|
|
| File: [Development] / linux-2.6-xfs / include / asm-mips / i8253.h (download)
Revision 1.1, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
/* * Machine specific IO port address definition for generic. * Written by Osamu Tomita <tomita@cinet.co.jp> */ #ifndef __ASM_I8253_H #define __ASM_I8253_H #include <linux/spinlock.h> /* i8253A PIT registers */ #define PIT_MODE 0x43 #define PIT_CH0 0x40 #define PIT_CH2 0x42 extern spinlock_t i8253_lock; extern void setup_pit_timer(void); #endif /* __ASM_I8253_H */