Changeset c98d4748 in rtems
- Timestamp:
- 03/08/18 19:18:43 (5 years ago)
- Branches:
- 5, master
- Children:
- c83d169
- Parents:
- a1df2fdc
- git-author:
- Joel Sherrill <joel@…> (03/08/18 19:18:43)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:38)
- Location:
- cpukit/score/cpu/lm32
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/lm32/headers.am
ra1df2fdc rc98d4748 16 16 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 17 17 include_rtems_score_HEADERS += include/rtems/score/lm32.h 18 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/lm32/include/rtems/score/cpu.h
ra1df2fdc rc98d4748 24 24 #endif 25 25 26 #include <rtems/score/ types.h>26 #include <rtems/score/basedefs.h> 27 27 #include <rtems/score/lm32.h> 28 28 … … 1029 1029 } 1030 1030 1031 /** Type that can store a 32-bit integer or a pointer. */ 1032 typedef uintptr_t CPU_Uint32ptr; 1033 1031 1034 #ifdef __cplusplus 1032 1035 }
Note: See TracChangeset
for help on using the changeset viewer.