Changeset e88abc0 in rtems
- Timestamp:
- 03/08/18 23:10:38 (5 years ago)
- Branches:
- 5, master
- Children:
- 43bd6b15
- Parents:
- 7dde32f0
- git-author:
- Joel Sherrill <joel@…> (03/08/18 23:10:38)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:39)
- Location:
- cpukit/score/cpu/no_cpu
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/no_cpu/headers.am
r7dde32f0 re88abc0 11 11 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 12 12 include_rtems_score_HEADERS += include/rtems/score/no_cpu.h 13 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
r7dde32f0 re88abc0 41 41 #endif 42 42 43 #include <rtems/score/ types.h>43 #include <rtems/score/basedefs.h> 44 44 #include <rtems/score/no_cpu.h> 45 45 … … 1493 1493 context->is_executing = is_executing; 1494 1494 } 1495 1496 /** Type that can store a 32-bit integer or a pointer. */ 1497 typedef uintptr_t CPU_Uint32ptr; 1498 1495 1499 #endif 1496 1500
Note: See TracChangeset
for help on using the changeset viewer.