Changeset 88d594a in rtems for c/src/lib/libbsp/m68k/idp
- Timestamp:
- 05/24/95 21:39:42 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5b9d6ddf
- Parents:
- bf61e45c
- Location:
- c/src/lib/libbsp/m68k/idp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/idp/clock/ckinit.c
rbf61e45c r88d594a 27 27 #include <stdlib.h> 28 28 29 #include "rtems.h" 30 #include "clockdrv.h" 31 #include "bsp.h" 32 #include "cpu.h" 29 #include <rtems.h> 30 #include <clockdrv.h> 31 #include <bsp.h> 33 32 34 33 rtems_unsigned32 Clock_isrs; /* ISRs until next tick */ -
c/src/lib/libbsp/m68k/idp/include/bsp.h
rbf61e45c r88d594a 9 9 #define __IDP_BSP_H 10 10 11 #include "rtems.h" 12 #include "cpu.h" 13 #include "console.h" 14 #include "mc68230.h" 15 #include "mc68681.h" 11 #include <rtems.h> 12 #include <console.h> 13 #include <mc68230.h> 14 #include <mc68681.h> 16 15 17 16 /* -
c/src/lib/libbsp/m68k/idp/startup/bspstart.c
rbf61e45c r88d594a 21 21 */ 22 22 23 #include "rtems.h" 24 #include "bsp.h" 25 #include "cpu.h" 26 #include "libcsupport.h" 23 #include <rtems.h> 24 #include <bsp.h> 25 #include <libcsupport.h> 27 26 28 27 unsigned char *duart_base; -
c/src/lib/libbsp/m68k/idp/timer/timer.c
rbf61e45c r88d594a 28 28 29 29 30 #include "rtems.h" 31 #include "cpu.h" 32 #include "bsp.h" 33 #include "mc68230.h" 30 #include <rtems.h> 31 #include <bsp.h> 32 #include <mc68230.h> 34 33 35 34 #define TIMER_VECTOR 0x4D
Note: See TracChangeset
for help on using the changeset viewer.