2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>

* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
Ralf Corsepius
2004-04-09 05:01:19 +00:00
parent 7eb78e14a1
commit a1e601dae9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* pci/pcibios.c: Convert to using c99 fixed size types.

View File

@@ -11,7 +11,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include <irq_asm.h>
BEGIN_CODE