9
0
Fork 0
barebox/arch/sandbox/lib/asm-offsets.c

13 lines
232 B
C

/*
* 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;
}