mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-21 22:48:00 +00:00
12 lines
233 B
C
12 lines
233 B
C
#ifndef __BACKPORT_H
|
|
#define __BACKPORT_H
|
|
#include <backport/autoconf.h>
|
|
#include <linux/kconfig.h>
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#define LINUX_BACKPORT(__sym) backport_ ##__sym
|
|
#include <backport/checks.h>
|
|
#endif
|
|
|
|
#endif /* __BACKPORT_H */
|