summaryrefslogtreecommitdiffstats
path: root/arch/efi/lib/asm-offsets.c
blob: 22f382b71e7be6afd091d48ce89a2e2c73caa161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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>

int main(void)
{
	return 0;
}