Changeset d40c3f5 in rtems
- Timestamp:
- 04/08/04 05:29:35 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7b66653
- Parents:
- bab5ff96
- Location:
- c/src/lib/libbsp/m68k/mvme162
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/ChangeLog
rbab5ff96 rd40c3f5 1 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h> 4 instead of <zilog/z8036.h>. 5 1 6 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
rbab5ff96 rd40c3f5 22 22 #include <rtems.h> 23 23 #include <bsp.h> 24 #include < zilog/z8036.h>24 #include <rtems/zilog/z8036.h> 25 25 #include <page_table.h> 26 26
Note: See TracChangeset
for help on using the changeset viewer.