lineage_kernel_xcoverpro/arch/x86/include/asm/export.h

6 lines
120 B
C
Executable File

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