Changeset 55e76c2 in rtems
- Timestamp:
- 03/08/18 23:27:37 (5 years ago)
- Branches:
- 5, master
- Children:
- c2282d6d
- Parents:
- d978d1b
- git-author:
- Joel Sherrill <joel@…> (03/08/18 23:27:37)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:41)
- Location:
- cpukit/score/cpu/sparc64
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc64/headers.am
rd978d1b r55e76c2 11 11 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 12 12 include_rtems_score_HEADERS += include/rtems/score/sparc64.h 13 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/sparc64/include/rtems/score/cpu.h
rd978d1b r55e76c2 29 29 #endif 30 30 31 #include <rtems/score/ types.h>31 #include <rtems/score/basedefs.h> 32 32 #include <rtems/score/sparc64.h> 33 33 … … 1043 1043 } 1044 1044 1045 /** Type that can store a 32-bit integer or a pointer. */ 1046 typedef uintptr_t CPU_Uint32ptr; 1047 1045 1048 #endif /* ASM */ 1046 1049
Note: See TracChangeset
for help on using the changeset viewer.