root/src/system/boot/platform/bios_ia32/apm.h
/*
 * Copyright 2006, Axel Dörfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef APM_H
#define APM_H


#include <SupportDefs.h>


extern
#ifdef __cplusplus
"C"
#endif
status_t apm_init(void);

#endif  /* APM_H */