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

* exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
This commit is contained in:
Joel Sherrill
2002-04-17 13:54:49 +00:00
parent ca4f3ffc9f
commit e05f431530
3 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
* exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
2002-04-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/include/cpuIdent.h: New.

View File

@@ -26,6 +26,7 @@
#include <rtems/score/cpu.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpu.h>
#include <libcpu/cpuIdent.h>
static rtems_raw_except_connect_data* raw_except_table;
static rtems_raw_except_connect_data default_raw_except_entry;

View File

@@ -26,6 +26,7 @@
#include <rtems/score/cpu.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpu.h>
#include <libcpu/cpuIdent.h>
static rtems_raw_except_connect_data* raw_except_table;
static rtems_raw_except_connect_data default_raw_except_entry;