Changeset 28e5749e in rtems
- Timestamp:
- 04/25/17 16:41:35 (5 years ago)
- Branches:
- 5, master
- Children:
- 7db09923
- Parents:
- 786c365
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/epiphany/cpu.c
r786c365 r28e5749e 36 36 #include <rtems/score/cpu.h> 37 37 38 void init(void);39 void fini(void);38 void _init(void); 39 void _fini(void); 40 40 41 41 void _init(void)
Note: See TracChangeset
for help on using the changeset viewer.