Changeset c2282d6d in rtems
- Timestamp:
- 03/08/18 23:28:31 (5 years ago)
- Branches:
- 5, master
- Children:
- a4570829
- Parents:
- 55e76c2
- git-author:
- Joel Sherrill <joel@…> (03/08/18 23:28:31)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:41)
- Location:
- cpukit/score/cpu/sparc
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc/headers.am
r55e76c2 rc2282d6d 20 20 include_rtems_score_HEADERS += include/rtems/score/sparc.h 21 21 include_rtems_score_HEADERS += include/rtems/score/sparcimpl.h 22 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/sparc/include/rtems/score/cpu.h
r55e76c2 rc2282d6d 24 24 #endif 25 25 26 #include <rtems/score/ types.h>26 #include <rtems/score/basedefs.h> 27 27 #include <rtems/score/sparc.h> 28 28 … … 1194 1194 } 1195 1195 1196 /** Type that can store a 32-bit integer or a pointer. */ 1197 typedef uintptr_t CPU_Uint32ptr; 1198 1196 1199 #endif /* ASM */ 1197 1200 -
cpukit/score/cpu/sparc/include/rtems/score/sparc.h
r55e76c2 rc2282d6d 24 24 #define _RTEMS_SCORE_SPARC_H 25 25 26 #include <rtems/score/ types.h>26 #include <rtems/score/basedefs.h> 27 27 28 28 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.