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

13 lines
165 B
C

/*
* generate definitions needed by assembly language modules
*
* Licensed under the GPL-2 or later
*/
#include <linux/kbuild.h>
int main(void)
{
return 0;
}