2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>

* pci/pcibios.c: Convert to using c99 fixed size types.
This commit is contained in:
Ralf Corsepius
2004-03-31 05:08:56 +00:00
parent f0cbd19e59
commit 3393df5e8c
2 changed files with 4 additions and 10 deletions
+4
View File
@@ -1,3 +1,7 @@
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* pci/pcibios.c: Convert to using c99 fixed size types.
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
@@ -537,13 +537,3 @@ pcib_convert_err(int err)
}
return PCIB_ERR_NOFUNC;
}