Changeset cbbe68b in rtems
- Timestamp:
- 03/08/18 18:28:54 (5 years ago)
- Branches:
- 5, master
- Children:
- 859251a
- Parents:
- 2cec5ac
- git-author:
- Joel Sherrill <joel@…> (03/08/18 18:28:54)
- git-committer:
- Joel Sherrill <joel@…> (03/12/18 19:29:37)
- Location:
- cpukit/score/cpu/bfin
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/bfin/headers.am
r2cec5ac rcbbe68b 22 22 include_rtems_score_HEADERS += include/rtems/score/cpuatomic.h 23 23 include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h 24 include_rtems_score_HEADERS += include/rtems/score/types.h -
cpukit/score/cpu/bfin/include/rtems/score/cpu.h
r2cec5ac rcbbe68b 26 26 #endif 27 27 28 #include <rtems/score/ types.h>28 #include <rtems/score/basedefs.h> 29 29 #include <rtems/score/bfin.h> 30 30 … … 993 993 } 994 994 995 /** Type that can store a 32-bit integer or a pointer. */ 996 typedef uintptr_t CPU_Uint32ptr; 997 995 998 #endif /* ASM */ 996 999
Note: See TracChangeset
for help on using the changeset viewer.