Changeset fce900b5 in rtems
- Timestamp:
- 03/08/18 20:15:47 (5 years ago)
- Branches:
- 5, master
- Children:
- a518ff4b
- Parents:
- 0706581
- git-author:
- Joel Sherrill <joel@…> (03/08/18 20:15:47)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:38)
- Location:
- cpukit/score/cpu/sh
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sh/headers.am
r0706581 rfce900b5 12 12 include_rtems_score_HEADERS += include/rtems/score/sh.h 13 13 include_rtems_score_HEADERS += include/rtems/score/sh_io.h 14 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/sh/include/rtems/score/cpu.h
r0706581 rfce900b5 32 32 #endif 33 33 34 #include <rtems/score/ types.h>34 #include <rtems/score/basedefs.h> 35 35 #include <rtems/score/sh.h> 36 36 … … 732 732 } 733 733 734 /** Type that can store a 32-bit integer or a pointer. */ 735 typedef uintptr_t CPU_Uint32ptr; 736 737 /** Types related to SH specific ISRs */ 738 typedef void sh_isr; 739 typedef void ( *sh_isr_entry )( void ); 740 734 741 #ifdef __cplusplus 735 742 }
Note: See TracChangeset
for help on using the changeset viewer.