forked from Imagelibrary/rtems
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/pci.h: Add another missing prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/rtems/pci.h: Add another missing prototype.
|
||||
|
||||
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/rtems/pci.h: Add missing prototype.
|
||||
|
||||
@@ -1127,7 +1127,7 @@ typedef struct {
|
||||
#define PCIB_ERR_DEVNOTFOUND (-5) /* Device not found */
|
||||
#define PCIB_ERR_BADREG (-6) /* Bad register number */
|
||||
|
||||
extern int pci_initialize();
|
||||
extern int pci_initialize(void);
|
||||
|
||||
typedef struct {
|
||||
volatile unsigned char* pci_config_addr;
|
||||
|
||||
Reference in New Issue
Block a user