2002-11-04 Joel Sherrill <joel@OARcorp.com>

* irq/irq.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-04 22:18:12 +00:00
parent 52471f6063
commit a3ed176c94
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* irq/irq.c: Removed warnings.
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, irq/irq.c, network/if_hdlcsubr.c,

View File

@@ -20,7 +20,7 @@
#include <bsp.h>
#include <bsp/irq.h>
#include <rtems.h>
#include <rtems/apiext.h>
#include <rtems/score/apiext.h>
#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <bsp/vectors.h>