Changeset acf20be1 in rtems
- Timestamp:
- 11/06/02 17:13:57 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6f6cde6f
- Parents:
- f94470a5
- Location:
- c/src/lib/libbsp/h8300/h8sim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/h8300/h8sim/ChangeLog
rf94470a5 racf20be1 1 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have 4 a routine to call. 5 1 6 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c
rf94470a5 racf20be1 97 97 } 98 98 99 H8BD_Install_IRQ() {} 99 void H8BD_Install_IRQ( 100 unsigned32 vector, 101 proc_ptr new_handler, 102 proc_ptr *old_handler ) 103 { /* empty */ 104 }
Note: See TracChangeset
for help on using the changeset viewer.