mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-01-20 11:28:48 +00:00
6 lines
174 B
C
6 lines
174 B
C
#include <linux/version.h>
|
|
|
|
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,32))
|
|
#include_next <trace/define_trace.h>
|
|
#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,32)) */
|