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

17 lines
422 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.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kbuild.h>
int main(void)
{
return 0;
}