projects
/
~emulex
/
for-vlad
/
old
/
compat.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
compat: backport linux/pci-aspm.h
[~emulex/for-vlad/old/compat.git]
/
include
/
linux
/
pci-aspm.h
1
#include <linux/version.h>
2
3
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25))
4
#include_next <linux/pci-aspm.h>
5
#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25)) */