b7aed08e65
- bsp_timer_int_handler() and ap_timer_int_handler() unified into timer_int_handler() - global realtime updated only on BSP
9 lines
199 B
C
9 lines
199 B
C
#ifndef __CLOCK_X86_H__
|
|
#define __CLOCK_X86_H__
|
|
|
|
#include "../apic_asm.h"
|
|
|
|
_PROTOTYPE(int init_8253A_timer, (unsigned freq));
|
|
_PROTOTYPE(void stop_8253A_timer, (void));
|
|
|
|
#endif /* __CLOCK_X86_H__ */
|