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
12extern
13#ifdef __cplusplus
14"C"
15#endif
16status_t apm_init(void);
17
18#endif	/* APM_H */
19