Newer
Older
barebox / arch / x86 / lib / asm-offsets.c
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 27 Feb 2017 292 bytes efi: move x86 efi boot support to x86 arch
/*
 * 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