blob: 47d0016bb1fe0a2674870feb54670ef377e52656 (
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) */
|