2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>

* irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
This commit is contained in:
Joel Sherrill
2010-08-23 16:08:53 +00:00
parent 33910b8401
commit ae1ce9be6c
3 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char. * console/console.c: Add BSP_poll_char.

View File

@@ -187,6 +187,9 @@ extern void BSP_rtems_irq_mng_init(unsigned cpuId);
} }
#endif #endif
/* Now that we have defined some basics, include the generic support */
#include <bsp/irq-generic.h>
#endif #endif
#endif #endif

View File

@@ -46,6 +46,7 @@
#include <rtems/powerpc/powerpc.h> #include <rtems/powerpc/powerpc.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <bsp/irq.h>
#include <libcpu/cpuIdent.h> #include <libcpu/cpuIdent.h>
#include <libcpu/spr.h> #include <libcpu/spr.h>