Changeset 5e6d901 in rtems
- Timestamp:
- 04/08/04 11:35:16 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 11f147b7
- Parents:
- 7b66653
- Location:
- c/src/lib/libbsp/m68k/dmv152
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/dmv152/ChangeLog
r7b66653 r5e6d901 1 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of 4 <zilog/z8536.h>. 5 * dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of 6 <zilog/z8530.h>. 7 1 8 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
c/src/lib/libbsp/m68k/dmv152/include/bsp.h
r7b66653 r5e6d901 27 27 #include <rtems/iosupp.h> 28 28 #include <rtems/vmeintr.h> 29 #include < zilog/z8530.h>30 #include < zilog/z8536.h>29 #include <rtems/zilog/z8530.h> 30 #include <rtems/zilog/z8536.h> 31 31 32 32 /*
Note: See TracChangeset
for help on using the changeset viewer.