mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2006-09-01 Joel Sherrill <joel@OARcorp.com>
* libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c: Remove warnings and correct prototype added earlier today.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-09-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libchip/network/greth.c, libchip/network/open_eth.c,
|
||||
libchip/network/smc91111.c: Remove warnings and correct prototype
|
||||
added earlier today.
|
||||
|
||||
2006-09-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libchip/network/cs8900.c, libchip/network/greth.c,
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#undef free
|
||||
#endif
|
||||
|
||||
extern void set_vector( rtems_isr_entry, rtems_vector_number, int );
|
||||
extern rtems_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );
|
||||
|
||||
/*
|
||||
#define GRETH_DEBUG
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#undef free
|
||||
#endif
|
||||
|
||||
extern void set_vector( rtems_isr_entry, rtems_vector_number, int );
|
||||
extern rtems_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );
|
||||
|
||||
/*
|
||||
#define OPEN_ETH_DEBUG
|
||||
|
||||
@@ -791,7 +791,7 @@ static void smc91111_stats(struct lan91cxx_priv_data *priv)
|
||||
/*
|
||||
* Driver ioctl handler
|
||||
*/
|
||||
static int smc91111_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
|
||||
static int smc91111_ioctl(struct ifnet *ifp, ioctl_command_t command, caddr_t data)
|
||||
{
|
||||
struct lan91cxx_priv_data *cpd = ifp->if_softc;
|
||||
int error = 0;
|
||||
|
||||
Reference in New Issue
Block a user