1 2 3 4 5 6 7 8 9 10
#ifndef MELVIX_APM_H #define MELVIX_APM_H extern void apm_poweroff(); extern void apm_sleep(); void apm_error(); #endif