2005-06-30 03:58:55 -06:00
|
|
|
#ifndef __ASM_I8253_H__
|
|
|
|
#define __ASM_I8253_H__
|
|
|
|
|
2007-02-16 02:28:04 -07:00
|
|
|
#include <linux/clockchips.h>
|
|
|
|
|
2005-06-30 03:58:55 -06:00
|
|
|
extern spinlock_t i8253_lock;
|
|
|
|
|
2007-02-16 02:28:04 -07:00
|
|
|
extern struct clock_event_device *global_clock_event;
|
|
|
|
|
2005-06-30 03:58:55 -06:00
|
|
|
#endif /* __ASM_I8253_H__ */
|