stable
This commit is contained in:
6
linker/header.h
Normal file
6
linker/header.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <assembler/riscv32/riscv32.h>
|
||||
#include <assembler/riscv32/riscv32_instr.h>
|
||||
#include <lib/core.h>
|
||||
|
||||
rv32_prog_t* gen_rv32_crt();
|
||||
rv32_prog_t* link_rv32_prog(rv32_prog_t* progs[]);
|
||||
Reference in New Issue
Block a user