Changeset a9a27b5 in rtems
- Timestamp:
- 04/01/04 10:10:06 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 99ddf76
- Parents:
- 553aa5f
- Location:
- c/src/lib/libbsp/m68k/mvme162
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/ChangeLog
r553aa5f ra9a27b5 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. 4 * include/bsp.h: Include <rtems/console.h> instead of <console.h>. 5 * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>. 6 * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>. 7 1 8 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
c/src/lib/libbsp/m68k/mvme162/console/console.c
r553aa5f ra9a27b5 23 23 #include <bsp.h> 24 24 #include <rtems/libio.h> 25 #include <r ingbuf.h>25 #include <rtems/ringbuf.h> 26 26 27 27 Ring_buffer_t Console_Buffer[2]; -
c/src/lib/libbsp/m68k/mvme162/include/bsp.h
r553aa5f ra9a27b5 30 30 31 31 #include <rtems.h> 32 #include < clockdrv.h>33 #include < console.h>34 #include < iosupp.h>32 #include <rtems/clockdrv.h> 33 #include <rtems/console.h> 34 #include <rtems/iosupp.h> 35 35 36 36 /*
Note: See TracChangeset
for help on using the changeset viewer.