projects
/
compat-rdma
/
compat.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added functionality to support SLES12 SP3
[compat-rdma/compat.git]
/
include
/
linux
/
ethtool.h
1
#ifndef __COMPAT_ETHTOOL_H
2
#define __COMPAT_ETHTOOL_H
3
4
#include_next <linux/ethtool.h>
5
6
7
#ifndef SPEED_14000
8
#define SPEED_14000 14000
9
#endif
10
11
#endif