Misc include file fixes.

This commit is contained in:
Ralf Corsepius
2005-12-31 09:28:02 +00:00
parent 7b415277bd
commit da261595f5
20 changed files with 98 additions and 42 deletions

View File

@@ -30,6 +30,10 @@
|*do not edit here) |
|*****************************************************************|
|* $Log$
|* Revision 1.1 2005/12/31 05:09:25 ralf
|* New (CVS import Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>'s
|* submission).
|*
|* Revision 1.9 2005/12/09 08:57:03 thomas
|* added/modifed file headers
|*
@@ -122,10 +126,8 @@
/* */
/***********************************************************************/
/*#include "../include/bsp.h"*/
#include "../include/bsp.h"
#include <bsp.h>
#include <rtems/bspIo.h>
/*#include "../irq/irq.h"*/
#include "../irq/irq.h"
#include <rtems.h>
@@ -133,8 +135,6 @@
#include <rtems/libio.h>
#include <stdlib.h> /* for atexit() */
#include "../include/bsp.h"
#include "../irq/irq.h"
#include "../include/mpc5200.h"
volatile uint32_t Clock_driver_ticks;