]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-mips/i8253.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6-omap-h63xx.git] / include / asm-mips / i8253.h
1 /*
2  *  Machine specific IO port address definition for generic.
3  *  Written by Osamu Tomita <tomita@cinet.co.jp>
4  */
5 #ifndef __ASM_I8253_H
6 #define __ASM_I8253_H
7
8 /* i8253A PIT registers */
9 #define PIT_MODE                0x43
10 #define PIT_CH0                 0x40
11 #define PIT_CH2                 0x42
12
13 extern void setup_pit_timer(void);
14
15 #endif /* __ASM_I8253_H */