2008-05-22 Till Straumann <strauman@slac.stanford.edu>

* ppc403/tty_drv/tty_drv.c, ppc403/console/console405.c:
	../ictrl/ictrl.h has gone; include ../irq/ictrl.h
This commit is contained in:
Till Straumann
2008-05-23 01:10:17 +00:00
parent a510a776a0
commit 7f5ecbc249
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-05-22 Till Straumann <strauman@slac.stanford.edu>
* ppc403/tty_drv/tty_drv.c, ppc403/console/console405.c:
../ictrl/ictrl.h has gone; include ../irq/ictrl.h
2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* mpc83xx/include/mpc83xx.h: or is not a good name for any name in

View File

@@ -56,7 +56,7 @@
#include <rtems.h>
#include <rtems/libio.h>
#include "../ictrl/ictrl.h"
#include "../irq/ictrl.h"
#include <stdlib.h> /* for atexit() */

View File

@@ -15,7 +15,7 @@
#include <assert.h>
#include <rtems.h>
#include <rtems/libio.h>
#include "../ictrl/ictrl.h"
#include "../irq/ictrl.h"
#include <stdlib.h> /* for atexit() */
extern uint32_t bsp_serial_per_sec;