mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
8 lines
188 B
Modula-2
8 lines
188 B
Modula-2
|
|
#ifndef ELF_RELOC
|
|
#error "ELF_RELOC must be defined"
|
|
#endif
|
|
|
|
ELF_RELOC(R_WEBASSEMBLY_NONE, 0)
|
|
ELF_RELOC(R_WEBASSEMBLY_DATA, 1)
|
|
ELF_RELOC(R_WEBASSEMBLY_FUNCTION, 2)
|