1 /*-
2  * Copyright (c) 2022 Netflix, Inc
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #include <sys/types.h>
8 #include "kboot.h"
9 
10 void
11 fdt_arch_fixups(void *fdtp)
12 {
13 	/* Unsure what to pass fixup */
14 }
15