Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
daniel
/
linux-tux3
/
fdba06fdccab595f23190d2927da90cc95e05053
/
.
/
fs
/
tux3
/
kcompat.h
blob: b6acb2ed3e7579c4f2ae8b91712911a1fc7b64d3 [
file
] [
log
] [
blame
]
#ifndef
TUX3_KCOMPAT_H
#define
TUX3_KCOMPAT_H
#ifdef
__KERNEL__
/*
* Temporary support for older kernel
*/
#include
<linux/version.h>
#endif
/* !__KERNEL__ */
#endif
/* !TUX3_KCOMPAT_H */