opensbi/include/sbi/riscv_elf.h

7 lines
84 B
C

#ifndef __RISCV_ELF_H__
#define __RISCV_ELF_H__
#define R_RISCV_RELATIVE 3
#endif