include <libcpu/raw_exceptions.h>.

This commit is contained in:
Ralf Corsepius
2005-12-31 12:45:58 +00:00
parent 951ca73e9e
commit 1c96dbc221
3 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -30,6 +30,9 @@
|*do not edit here) |
|*****************************************************************|
|* $Log$
|* Revision 1.2 2005/12/31 09:28:01 ralf
|* Misc include file fixes.
|*
|* Revision 1.1 2005/12/31 05:09:26 ralf
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|* submission).
@@ -105,7 +108,7 @@
#include "../irq/irq.h"
#include <rtems/score/apiext.h>
#include <rtems/bspIo.h>
#include "../include/raw_exception.h"
#include <libcpu/raw_exception.h>
#include "../vectors/vectors.h"
#include "../include/mpc5200.h"
@@ -30,6 +30,9 @@
|*do not edit here) |
|*****************************************************************|
|* $Log$
|* Revision 1.2 2005/12/31 09:28:01 ralf
|* Misc include file fixes.
|*
|* Revision 1.1 2005/12/31 05:09:26 ralf
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|* submission).
@@ -96,13 +99,11 @@
/* */
/***********************************************************************/
/*#include <bsp.h>*/
#include <bsp.h>
#include <rtems.h>
/*#include "../irq/irq.h"*/
#include "../irq/irq.h"
#include <rtems/bspIo.h>
#include "../include/raw_exception.h"
#include <libcpu/raw_exception.h>
#include "../include/mpc5200.h"
extern unsigned int external_exception_vector_prolog_code_size;
@@ -30,6 +30,9 @@
|*do not edit here) |
|*****************************************************************|
|* $Log$
|* Revision 1.2 2005/12/31 09:28:02 ralf
|* Misc include file fixes.
|*
|* Revision 1.1 2005/12/31 05:09:26 ralf
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|* submission).
@@ -93,7 +96,7 @@
/***********************************************************************/
#include "../vectors/vectors.h"
#include "../include/raw_exception.h"
#include <libcpu/raw_exception.h>
#include <bsp.h>
#include <rtems/bspIo.h>