⛏️ index : haiku.git

/*
 * 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 */