aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/riscv_elf.h
blob: ed361e3461552c5a5ca42abc716565c83cbca1ee (plain)
1
2
3
4
5
6
#ifndef __RISCV_ELF_H__
#define __RISCV_ELF_H__

#define R_RISCV_RELATIVE	3

#endif