Files
android_kernel_eebbk_sm6150/arch/x86/include/asm/export.h
T

6 lines
120 B
C
Raw Normal View History

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