Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129216
Collapse All | Expand All

(-)r1000_v1.05.orig/src/r1000_n.c (-2 / +2 lines)
Lines 133-140 Link Here
133
extern struct ethtool_ops r1000_ethtool_ops;
133
extern struct ethtool_ops r1000_ethtool_ops;
134
static int r1000_set_speed_duplex(unsigned long ioaddr, unsigned int anar, unsigned int gbcr, unsigned int bmcr);
134
static int r1000_set_speed_duplex(unsigned long ioaddr, unsigned int anar, unsigned int gbcr, unsigned int bmcr);
135
135
136
static void r1000_rx_action(struct net_device *netdev);
136
static void fastcall r1000_rx_action(struct net_device *netdev);
137
static void r1000_tx_action(struct net_device *netdev);
137
static void fastcall r1000_tx_action(struct net_device *netdev);
138
138
139
#ifdef	R1000_BOTTOM_HALVES
139
#ifdef	R1000_BOTTOM_HALVES
140
static void r1000_rx_interrupt(unsigned long ndev);
140
static void r1000_rx_interrupt(unsigned long ndev);

Return to bug 129216