Changeset c83d169 in rtems
- Timestamp:
- 03/08/18 19:23:06 (5 years ago)
- Branches:
- 5, master
- Children:
- 00acca28
- Parents:
- c98d4748
- git-author:
- Joel Sherrill <joel@…> (03/08/18 19:23:06)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:38)
- Location:
- cpukit/score/cpu/epiphany
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/epiphany/headers.am
rc98d4748 rc83d169 13 13 include_rtems_score_HEADERS += include/rtems/score/epiphany-utility.h 14 14 include_rtems_score_HEADERS += include/rtems/score/epiphany.h 15 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
rc98d4748 rc83d169 40 40 #endif 41 41 42 #include <rtems/score/basedefs.h> 42 43 #include <rtems/score/epiphany.h> /* pick up machine definitions */ 43 #include <rtems/score/types.h>44 44 #ifndef ASM 45 45 #include <rtems/bspIo.h> … … 865 865 } 866 866 867 /** Type that can store a 32-bit integer or a pointer. */ 868 typedef uintptr_t CPU_Uint32ptr; 869 867 870 #endif /* ASM */ 868 871
Note: See TracChangeset
for help on using the changeset viewer.