Changeset bdef2d8 in rtems for c/src/lib/libbsp/mips/p4000
- Timestamp:
- 09/08/96 16:23:35 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3d07c8b
- Parents:
- eaa34e7
- Location:
- c/src/lib/libbsp/mips/p4000/startup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/p4000/startup/idtmem.S
reaa34e7 rbdef2d8 37 37 */ 38 38 39 #include "iregdef.h"40 #include "idtcpu.h"41 #include "idtmon.h"42 #include "saunder.h" 39 #include <rtems/score/iregdef.h> 40 #include <rtems/score/idtcpu.h> 41 #include <rtems/score/idtmon.h> 42 /* #include <rtems/score/saunder.h> XXX - missing*/ 43 43 44 44 -
c/src/lib/libbsp/mips/p4000/startup/setvec.c
reaa34e7 rbdef2d8 31 31 #include <bsp.h> 32 32 33 #include <excepthdr.h>34 35 33 mips_isr_entry set_vector( /* returns old vector */ 36 34 rtems_isr_entry handler, /* isr routine */
Note: See TracChangeset
for help on using the changeset viewer.