aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/export.h
blob: 2a51d66689c511c069602c016323d1a75a0e9f65 (plain) (blame)
1
2
3
4
5
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_64BIT
#define KSYM_ALIGN 16
#endif
#include <asm-generic/export.h>