Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
2 | * | ||||
3 | */ | ||||
4 | #ifndef _MIPS_EV96100INT_H | ||||
5 | #define _MIPS_EV96100INT_H | ||||
6 | |||||
7 | #define EV96100INT_UART_0 6 /* IP 6 */ | ||||
8 | #define EV96100INT_TIMER 7 /* IP 7 */ | ||||
9 | |||||
10 | extern void ev96100int_init(void); | ||||
11 | |||||
12 | #endif /* !(_MIPS_EV96100_H) */ |