Changeset 43bd6b15 in rtems
- Timestamp:
- 03/08/18 23:11:03 (5 years ago)
- Branches:
- 5, master
- Children:
- eb142fee
- Parents:
- e88abc0
- git-author:
- Joel Sherrill <joel@…> (03/08/18 23:11:03)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:40)
- Location:
- cpukit/score/cpu/v850
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/v850/headers.am
re88abc0 r43bd6b15 15 15 include_rtems_score_HEADERS += include/rtems/score/cpuatomic.h 16 16 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 17 include_rtems_score_HEADERS += include/rtems/score/types.h18 17 include_rtems_score_HEADERS += include/rtems/score/v850.h -
cpukit/score/cpu/v850/include/rtems/score/cpu.h
re88abc0 r43bd6b15 24 24 #endif 25 25 26 #include <rtems/score/ types.h>26 #include <rtems/score/basedefs.h> 27 27 #include <rtems/score/v850.h> 28 28 … … 945 945 } 946 946 947 /** Type that can store a 32-bit integer or a pointer. */ 948 typedef uintptr_t CPU_Uint32ptr; 949 947 950 #ifdef __cplusplus 948 951 }
Note: See TracChangeset
for help on using the changeset viewer.