14 lines
87 B
C
Raw Permalink Normal View History

2024-01-25 14:22:18 +08:00
#ifndef VAL_CLOCK_H__
#define VAL_CLOCK_H__
void validate_clock(void);
#endif