summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et131x.h
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-10-01 10:14:13 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-04 17:43:13 (GMT)
commit25e1c2780c2cef0456c850237abd895781d34e44 (patch)
tree7845feb6f6e23fdb7be1ca2c17516eb93609e4a2 /drivers/staging/et131x/et131x.h
parent1ce664dc0144eb8e01647f753e319ef53a85423e (diff)
downloadlinux-fsl-qoriq-25e1c2780c2cef0456c850237abd895781d34e44.tar.xz
staging: et131x: Add pci suspend & resume functions
Added basic suspend & resume functionality. Tested on an et1310 device, and putting Fedora15 host in and out of hibernation successfully. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et131x.h')
-rw-r--r--drivers/staging/et131x/et131x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/et131x/et131x.h b/drivers/staging/et131x/et131x.h
index d967c5a1..15486d1 100644
--- a/drivers/staging/et131x/et131x.h
+++ b/drivers/staging/et131x/et131x.h
@@ -82,6 +82,8 @@ void et1310_setup_device_for_multicast(struct et131x_adapter *adapter);
void et1310_setup_device_for_unicast(struct et131x_adapter *adapter);
/* et131x_netdev.c */
+int et131x_open(struct net_device *netdev);
+int et131x_close(struct net_device *netdev);
struct net_device *et131x_device_alloc(void);
void et131x_enable_txrx(struct net_device *netdev);
void et131x_disable_txrx(struct net_device *netdev);