#ifndef __HW_POWER_OFF_H__ #define __HW_POWER_OFF_H__ void hw_power_off_init(void); int hw_power_is_off(void); int hw_power_is_on(void); #endif