secgateway/kernel/linux-4.14.83/arch/x86/include/asm/export.h

6 lines
120 B
C
Raw Normal View History

2019-06-11 07:43:23 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_64BIT
#define KSYM_ALIGN 16
#endif
#include <asm-generic/export.h>