/*- * Copyright (c) 2022 Netflix, Inc * * SPDX-License-Identifier: BSD-2-Clause */ #include <sys/types.h> #include "kboot.h" void fdt_arch_fixups(void *fdtp) { /* Unsure what to pass fixup */ }