repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
drivers
/
net
/
wireless
/
bcm43xx
/
bcm43xx_ethtool.h
blob
6f8d42d3cdf53258d0e5baf1404513e1979f457d
1
#ifndef BCM43xx_ETHTOOL_H_
2
#define BCM43xx_ETHTOOL_H_
3
4
#include <linux/ethtool.h>
5
6
extern
const struct
ethtool_ops bcm43xx_ethtool_ops
;
7
8
#endif
/* BCM43xx_ETHTOOL_H_ */