Changeset eba2e4f in rtems for c/src/lib/libbsp/arm/vegaplus
- Timestamp:
- 11/01/00 21:19:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 042e156d
- Parents:
- 2af54bf
- Location:
- c/src/lib/libbsp/arm/vegaplus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r2af54bf reba2e4f 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, 4 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-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
r2af54bf reba2e4f 16 16 17 17 #include <bsp.h> 18 #include <rtems/libcsupport.h> 19 #include <rtems/libio.h> 20 18 21 #include <uart.h> 19 #include <libcsupport.h>20 #include <rtems/libio.h>21 22 22 23 /*-------------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.