bsps: Fix function declaration warnings

This commit is contained in:
Sebastian Huber
2018-07-24 11:35:09 +02:00
parent 91f39a5587
commit caccc5bfc6
10 changed files with 20 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ struct pcibridge
void FixupPCI( const struct _int_map *, int (*swizzler)(int,int) );
/* FIXME: This probably belongs into rtems/pci.h */
extern unsigned char pci_bus_count();
extern unsigned char pci_bus_count(void);
int indirect_pci_read_config_byte(
unsigned char bus,