projects
/
~tnikolova
/
compat
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compat: backport __ethtool_get_settings
[~tnikolova/compat/.git]
/
include
/
linux
/
compat-3.2.h
diff --git
a/include/linux/compat-3.2.h
b/include/linux/compat-3.2.h
index
cb14f0b
..
fd8d1f9
100644
(file)
--- a/
include/linux/compat-3.2.h
+++ b/
include/linux/compat-3.2.h
@@
-7,9
+7,13
@@
#include <linux/skbuff.h>
#include <linux/dma-mapping.h>
#include <linux/skbuff.h>
#include <linux/dma-mapping.h>
+#include <linux/ethtool.h>
#define PMSG_IS_AUTO(msg) (((msg).event & PM_EVENT_AUTO) != 0)
#define PMSG_IS_AUTO(msg) (((msg).event & PM_EVENT_AUTO) != 0)
+extern int __ethtool_get_settings(struct net_device *dev,
+ struct ethtool_cmd *cmd);
+
/**
* skb_frag_page - retrieve the page refered to by a paged fragment
* @frag: the paged fragment
/**
* skb_frag_page - retrieve the page refered to by a paged fragment
* @frag: the paged fragment