14 lines
87 B
C
14 lines
87 B
C
#ifndef VAL_CLOCK_H__
|
|
#define VAL_CLOCK_H__
|
|
|
|
|
|
|
|
void validate_clock(void);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|