forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
@@ -187,6 +187,9 @@ extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Now that we have defined some basics, include the generic support */
|
||||
#include <bsp/irq-generic.h>
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
#include <rtems/powerpc/powerpc.h>
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <libcpu/cpuIdent.h>
|
||||
#include <libcpu/spr.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user