Changeset 924cecd9 in rtems
- Timestamp:
- 03/08/18 22:56:14 (5 years ago)
- Branches:
- 5, master
- Children:
- 7dde32f0
- Parents:
- a518ff4b
- git-author:
- Joel Sherrill <joel@…> (03/08/18 22:56:14)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:39)
- Location:
- cpukit/score/cpu/m32c
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/m32c/headers.am
ra518ff4b r924cecd9 15 15 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 16 16 include_rtems_score_HEADERS += include/rtems/score/m32c.h 17 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/m32c/include/rtems/score/cpu.h
ra518ff4b r924cecd9 38 38 #endif 39 39 40 #include <rtems/score/ types.h>40 #include <rtems/score/basedefs.h> 41 41 #include <rtems/score/m32c.h> 42 42 … … 979 979 } 980 980 981 /** Type that can store a 32-bit integer or a pointer. */ 982 typedef unsigned long CPU_Uint32ptr; 983 981 984 #ifdef __cplusplus 982 985 }
Note: See TracChangeset
for help on using the changeset viewer.