13 lines
86 B
C
13 lines
86 B
C
#ifndef VAL_POWER_H__
|
|
#define VAL_POWER_H__
|
|
|
|
|
|
|
|
void validate_power(void);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|