mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-08 11:40:32 +00:00
11 lines
271 B
C
11 lines
271 B
C
#ifndef _COMPAT_LINUX_OLPC_EC_H
|
|
#define _COMPAT_LINUX_OLPC_EC_H
|
|
|
|
#include <linux/version.h>
|
|
|
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
|
|
#include_next <linux/olpc-ec.h>
|
|
#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(3,6,0)) */
|
|
|
|
#endif /* _COMPAT_LINUX_OLPC_EC_H */
|