You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
226 B
13 lines
226 B
20 years ago
|
/*
|
||
|
*
|
||
|
*/
|
||
|
#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) */
|