Changeset 1ae05bf in rtems
- Timestamp:
- 11/01/00 21:20:47 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 978d328
- Parents:
- e253b4d
- Location:
- c/src/lib/libbsp/powerpc/score603e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/score603e/ChangeLog
re253b4d r1ae05bf 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h, 4 libio.h, and libcsupport.h moved from libc to lib/include/rtems and 5 now must be referenced as <rtems/XXX.h>. Header file order 6 was cleaned up while doing this. 7 1 8 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c
re253b4d r1ae05bf 14 14 #include <bsp.h> 15 15 #if (SCORE603E_GENERATION == 1) 16 #include <rtems/libio.h>17 18 #include <libcsupport.h>19 20 16 #include <string.h> 21 17 #include <fcntl.h> 22 18 #include <assert.h> 19 20 #include <rtems/libio.h> 21 #include <rtems/libcsupport.h> 22 23 23 24 /* 24 25 * initialize 82378zb -
c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c
re253b4d r1ae05bf 14 14 #include <bsp.h> 15 15 #if (SCORE603E_GENERATION == 2) 16 #include <rtems/libio.h>17 18 #include <libcsupport.h>19 20 16 #include <string.h> 21 17 #include <fcntl.h> 22 18 #include <assert.h> 19 20 #include <rtems/libio.h> 21 #include <rtems/libcsupport.h> 23 22 24 23 /*
Note: See TracChangeset
for help on using the changeset viewer.