Changeset 00acca28 in rtems
- Timestamp:
- 03/08/18 19:29:17 (5 years ago)
- Branches:
- 5, master
- Children:
- 0706581
- Parents:
- c83d169
- git-author:
- Joel Sherrill <joel@…> (03/08/18 19:29:17)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:38)
- Location:
- cpukit/score/cpu/nios2
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/nios2/headers.am
rc83d169 r00acca28 18 18 include_rtems_score_HEADERS += include/rtems/score/nios2-utility.h 19 19 include_rtems_score_HEADERS += include/rtems/score/nios2.h 20 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/nios2/include/rtems/score/cpu.h
rc83d169 r00acca28 25 25 #endif 26 26 27 #include <rtems/score/ types.h>27 #include <rtems/score/basedefs.h> 28 28 #include <rtems/score/nios2.h> 29 29 … … 364 364 } 365 365 366 /** Type that can store a 32-bit integer or a pointer. */ 367 typedef uintptr_t CPU_Uint32ptr; 368 366 369 #endif /* ASM */ 367 370
Note: See TracChangeset
for help on using the changeset viewer.