Changeset a8777397 in rtems
- Timestamp:
- 10/20/14 15:58:57 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d6db94a
- Parents:
- 63fe77e1
- Location:
- c/src/lib/libbsp/m68k/mcf5329
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mcf5329/include/bsp.h
r63fe77e1 ra8777397 63 63 #define UART2_IRQ_LEVEL 3 64 64 65 /* 66 * Prototypes for BSP methods which cross file boundaries 67 */ 68 void Init5329(void); 69 65 70 #ifdef __cplusplus 66 71 } -
c/src/lib/libbsp/m68k/mcf5329/startup/init5329.c
r63fe77e1 ra8777397 5 5 */ 6 6 7 #include <bsp.h> 7 8 #include <bsp/bootcard.h> 8 9
Note: See TracChangeset
for help on using the changeset viewer.