u_power.h 100 B

1234567
  1. #ifndef _U_POWER_H_
  2. #define _U_POWER_H_
  3. #include "u_global.h"
  4. void power_check_init(void);
  5. #endif