xref: /haiku/src/system/boot/platform/efi/dtb.h (revision ae0a10cad3999b13cbfa47a3d947a5219d2d90f4)
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 
17 
18 #endif /* !_ASSEMBLER */
19 
20 #endif /* DTB_H */
21