forked from Imagelibrary/rtems
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
|
||||
libio.h, and libcsupport.h moved from libc to lib/include/rtems and
|
||||
now must be referenced as <rtems/XXX.h>. Header file order
|
||||
was cleaned up while doing this.
|
||||
|
||||
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
|
||||
|
||||
@@ -13,13 +13,14 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#if (SCORE603E_GENERATION == 1)
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <libcsupport.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
|
||||
|
||||
/*
|
||||
* initialize 82378zb
|
||||
*/
|
||||
|
||||
@@ -13,14 +13,13 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#if (SCORE603E_GENERATION == 2)
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <libcsupport.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
|
||||
/*
|
||||
* initialize FPGA
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user