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