Changeset 859251a in rtems
- Timestamp:
- 03/08/18 18:29:23 (5 years ago)
- Branches:
- 5, master
- Children:
- a1df2fdc
- Parents:
- cbbe68b
- git-author:
- Joel Sherrill <joel@…> (03/08/18 18:29:23)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:37)
- Location:
- cpukit/score/cpu/mips
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/mips/headers.am
rcbbe68b r859251a 20 20 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 21 21 include_rtems_score_HEADERS += include/rtems/score/mips.h 22 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/mips/include/rtems/score/cpu.h
rcbbe68b r859251a 57 57 #endif 58 58 59 #include <rtems/score/ types.h>59 #include <rtems/score/basedefs.h> 60 60 #include <rtems/score/mips.h> 61 61 … … 999 999 } 1000 1000 1001 /** Type that can store a 32-bit integer or a pointer. */ 1002 typedef uintptr_t CPU_Uint32ptr; 1003 1001 1004 #endif 1002 1003 1004 1005 1005 1006 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.