Changeset d911f16c in rtems
- Timestamp:
- 04/03/02 14:09:20 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ce3c6f3e
- Parents:
- 49d52e0
- Location:
- c/src/lib/libcpu/sh/sh7045
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/ChangeLog
r49d52e0 rd911f16c 1 2001-04-03 Joel Sherrill <joel@OARcorp.com> 2 3 * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. 4 * include/ispsh7045.h, score/ispsh7045.c: Account for name change. 5 1 6 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/sh/sh7045/include/ispsh7045.h
r49d52e0 rd911f16c 42 42 #endif 43 43 44 #include <rtems/score/ shtypes.h>44 #include <rtems/score/types.h> 45 45 46 46 extern void __ISR_Handler( unsigned32 vector ); -
c/src/lib/libcpu/sh/sh7045/score/ispsh7045.c
r49d52e0 rd911f16c 41 41 42 42 #include <rtems/system.h> 43 #include <rtems/score/ shtypes.h>43 #include <rtems/score/types.h> 44 44 45 45 /*
Note: See TracChangeset
for help on using the changeset viewer.