2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
This commit is contained in:
Joel Sherrill
2002-04-17 13:30:41 +00:00
parent 70f1268d8c
commit fb19f11104
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).

View File

@@ -23,6 +23,8 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <rtems/bspIo.h>
#include <libcpu/cpuIdent.h>
/*
* The original table from the application (in ROM) and our copy of it with

View File

@@ -1,3 +1,7 @@
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).

View File

@@ -45,6 +45,8 @@
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <rtems/score/thread.h>
#include <rtems/bspIo.h>
#include <libcpu/cpuIdent.h>
#include <string.h>