forked from Imagelibrary/rtems
Add missing prototypes.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
int TWSI_initFlg = 0; /* TWSI Initialization Flag */
|
||||
|
||||
void GT64260TWSIinit()
|
||||
void GT64260TWSIinit(void)
|
||||
{
|
||||
|
||||
if ( !TWSI_initFlg) {
|
||||
|
||||
@@ -534,7 +534,7 @@ static void GT64260eth_stats(struct GTeth_softc *sc)
|
||||
#endif
|
||||
}
|
||||
|
||||
void GT64260eth_printStats()
|
||||
void GT64260eth_printStats(void)
|
||||
{
|
||||
GT64260eth_stats(root_GT64260eth_dev);
|
||||
}
|
||||
|
||||
@@ -236,7 +236,9 @@ static void wm_set_filter(struct wm_softc *sc);
|
||||
|
||||
static void i82544EI_isr(void);
|
||||
static void i82544EI_sendpacket(struct wm_softc *sc, struct mbuf *m);
|
||||
extern int pci_mem_find(), pci_io_find(), pci_get_capability(void);
|
||||
extern int pci_mem_find(int b, int d, int f, int reg, unsigned *basep,unsigned *sizep);
|
||||
extern int pci_io_find(int b, int d, int f, int reg,unsigned *basep,unsigned *sizep);
|
||||
extern int pci_get_capability(int b, int d, int f, int capid,int *offset,uint32_t *value);
|
||||
extern char * ether_sprintf1(void);
|
||||
|
||||
static void i82544EI_irq_on(const rtems_irq_connect_data *irq)
|
||||
|
||||
Reference in New Issue
Block a user