b.liu | ced8dd0 | 2024-06-28 13:28:29 +0800 | [diff] [blame^] | 1 | #ifndef JACANA_CLOCK_H |
2 | #define JACANA_CLOCK_H | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | |||||
8 | int jacana_clock_init(void); | ||||
9 | unsigned jacana_clock_get(void); | ||||
10 | |||||
11 | #ifdef __cplusplus | ||||
12 | } /* extern "C" */ | ||||
13 | #endif | ||||
14 | |||||
15 | #endif /* JACANA_CLOCK_H */ |