summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/asm-offsets.c
blob: 0f9c47eaa9ede7f197973e408a9826951fe48763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Generate definitions needed by assembly language modules.
 * This code generates raw asm output which is post-processed to extract
 * and format the required data.
 */

#include <linux/kbuild.h>

#ifdef CONFIG_EFI_BOOTUP
int main(void)
{
	return 0;
}
#else
void common(void)
{
}
#endif