Changeset 5b88ec5 in rtems
- Timestamp:
- 03/08/18 23:23:21 (5 years ago)
- Branches:
- 5, master
- Children:
- 8d96b46
- Parents:
- eb142fee
- git-author:
- Joel Sherrill <joel@…> (03/08/18 23:23:21)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:40)
- Location:
- cpukit/score/cpu/riscv
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/riscv/headers.am
reb142fee r5b88ec5 13 13 include_rtems_score_HEADERS += include/rtems/score/riscv-utility.h 14 14 include_rtems_score_HEADERS += include/rtems/score/riscv.h 15 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/riscv/include/rtems/score/cpu.h
reb142fee r5b88ec5 40 40 #endif 41 41 42 #include <rtems/score/basedefs.h> 42 43 #include <rtems/score/riscv.h> /* pick up machine definitions */ 43 #include <rtems/score/types.h>44 44 #include <rtems/score/riscv-utility.h> 45 45 #ifndef ASM … … 596 596 #endif /* RTEMS_SMP */ 597 597 598 /** Type that can store a 32-bit integer or a pointer. */ 599 typedef uintptr_t CPU_Uint32ptr; 600 598 601 #endif /* ASM */ 599 602
Note: See TracChangeset
for help on using the changeset viewer.