7 lines
114 B
C
7 lines
114 B
C
|
#ifndef __CLOCK_ARM_H__
|
||
|
#define __CLOCK_ARM_H__
|
||
|
|
||
|
void arch_timer_int_handler(void);
|
||
|
|
||
|
#endif /* __CLOCK_ARM_H__ */
|