10 lines
138 B
C
10 lines
138 B
C
#ifndef __POWER_APP_H__
|
|
#define __POWER_APP_H__
|
|
|
|
void power_early_flowing();
|
|
int power_later_flowing();
|
|
|
|
void board_power_init();
|
|
|
|
#endif
|