power_thread.h 122 B

123456789
  1. #ifndef __POWER_THREAD_H__
  2. #define __POwer_THREAD_H__
  3. void *power_main(void *args);
  4. #endif /* __POWER_THREAD_H__ */