xref: /haiku/src/system/boot/platform/bios_ia32/apm.h (revision ba61df6d0b3076ef132a0c602a5908bfeffcb7a3)
1 /*
2  * Copyright 2006, Axel Dörfler, axeld@pinc-software.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef APM_H
6 #define APM_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 extern
13 #ifdef __cplusplus
14 "C"
15 #endif
16 status_t apm_init(void);
17 
18 #endif	/* APM_H */
19