xref: /haiku/src/system/boot/platform/efi/debug.h (revision 02354704729d38c3b078c696adc1bbbd33cbcf72)
1 /*
2  * Copyright 2021, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef DEBUG_H
6 #define DEBUG_H
7 
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 void debug_cleanup(void);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 
20 #endif	// DEBUG_H
21