aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/linkage.h
blob: 94b257fa8701904284ebe0f996a405daf18d16f6 (plain) (blame)
1
2
3
4
5
#ifdef CONFIG_X86_32
# include "linkage_32.h"
#else
# include "linkage_64.h"
#endif