14 lines
127 B
C
14 lines
127 B
C
|
#ifndef VAL_SYSTEM_H__
|
||
|
#define VAL_SYSTEM_H__
|
||
|
|
||
|
void Check_SystemStartUpStatus(void);
|
||
|
|
||
|
void validate_system(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|