Newer
Older
barebox / arch / riscv / lib / asm-offsets.c
@Antony Pavlov Antony Pavlov on 7 Jan 2019 232 bytes Add initial RISC-V architecture support
/*
 * 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;
}