blob: c58b16d06d6e85e36e773b0669b80f7849168fa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
*
*/
#ifndef _MIPS_EV96100INT_H
#define _MIPS_EV96100INT_H
#define EV96100INT_UART_0 6 /* IP 6 */
#define EV96100INT_TIMER 7 /* IP 7 */
extern void ev96100int_init(void);
#endif /* !(_MIPS_EV96100_H) */
|