forked from Imagelibrary/rtems
13 lines
187 B
C
13 lines
187 B
C
/*
|
|
* MIPS RM5231 specific information
|
|
*
|
|
* rm5231.h,v 1.0 2004/06/23 19:54:22
|
|
*/
|
|
|
|
#ifndef __RM5231_h
|
|
#define __RM5231_h
|
|
|
|
#define RM5231_MAXIMUM_VECTORS MIPS_INTERRUPT_BASE+8
|
|
|
|
#endif
|