diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-18 22:13:23 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-18 22:13:23 +0000 |
commit | 04a4a0b7c6ab2c36e0cf645a42dca0cce0fa281e (patch) | |
tree | 6c2d781676e4066eea8050160431ef67ca3f11de /drivers/net/au1000_eth.h | |
parent | a99f258ce7f325455fd36fc38cfa28de704ade17 (diff) |
Move Alchemy board to the new interrupt handling plus various other
cleanup. Patch from Pete Popov.
Diffstat (limited to 'drivers/net/au1000_eth.h')
-rw-r--r-- | drivers/net/au1000_eth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/au1000_eth.h b/drivers/net/au1000_eth.h index fcd90c397..e36821e7a 100644 --- a/drivers/net/au1000_eth.h +++ b/drivers/net/au1000_eth.h @@ -140,7 +140,7 @@ typedef struct mii_phy { struct phy_ops { int (*phy_init) (struct net_device *, int); int (*phy_reset) (struct net_device *, int); - int (*phy_status) (struct net_device *, int, int *, int *); + int (*phy_status) (struct net_device *, int, u16 *, u16 *); }; /* |