1
0
Fork 0
alistair23-linux/arch/x86/include/asm/export.h

6 lines
120 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_64BIT
#define KSYM_ALIGN 16
#endif
#include <asm-generic/export.h>