blob: 7cf21aa023ee93a90cd1b5231198f9441b9ef569 [file] [log] [blame]
#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 */