Changeset eb142fee in rtems
- Timestamp:
- 03/08/18 23:16:59 (6 years ago)
- Branches:
- 5, master
- Children:
- 5b88ec5
- Parents:
- 43bd6b15
- git-author:
- Joel Sherrill <joel@…> (03/08/18 23:16:59)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:40)
- Location:
- cpukit/score/cpu/arm
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/arm/headers.am
r43bd6b15 reb142fee 22 22 include_rtems_score_HEADERS += include/rtems/score/cpuatomic.h 23 23 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 24 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/arm/include/rtems/score/cpu.h
r43bd6b15 reb142fee 30 30 #define _RTEMS_SCORE_CPU_H 31 31 32 #include <rtems/score/ types.h>32 #include <rtems/score/basedefs.h> 33 33 #include <rtems/score/arm.h> 34 34 … … 694 694 /** @} */ 695 695 696 /** Type that can store a 32-bit integer or a pointer. */ 697 typedef uintptr_t CPU_Uint32ptr; 698 696 699 #ifdef __cplusplus 697 700 }
Note: See TracChangeset
for help on using the changeset viewer.