mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
5 lines
295 B
C
5 lines
295 B
C
|
extern int platform_timer_setup(void (*timer_int)(int, void *, struct pt_regs *));
|
||
|
extern void platform_timer_eoi(void);
|
||
|
extern void platform_gettod(unsigned int *year, unsigned int *mon, unsigned int *day,
|
||
|
unsigned int *hour, unsigned int *min, unsigned int *sec);
|