xref: /haiku/src/system/boot/platform/efi/dtb.h (revision 2ca1376080f866aafba1edc95eaa036b92ed2078)
1 /*
2  * Copyright 2019-2020, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef DTB_H
6 #define DTB_H
7 
8 #ifndef _ASSEMBLER
9 
10 #include "efi_platform.h"
11 
12 #include <util/FixedWidthPointer.h>
13 
14 
15 extern void dtb_init();
16 extern void dtb_set_kernel_args();
17 
18 
19 #endif /* !_ASSEMBLER */
20 
21 #endif /* DTB_H */
22