Newer
Older
barebox / arch / efi / lib / asm-offsets.c
@Masahiro Yamada Masahiro Yamada on 8 Jan 2015 232 bytes kbuild: move asm-offsets.h rule to ./Kbuild
/*
 * 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;
}