diff options
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r-- | libebl/ebl-hooks.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 1e7960b8..1214bb84 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -142,10 +142,6 @@ ssize_t EBLHOOK(register_info) (Ebl *ebl, const char **prefix, const char **setname, int *bits, int *type); -/* Return system call ABI registers. */ -int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc, - int *callno, int args[6]); - /* Disassembler function. */ int EBLHOOK(disasm) (Ebl *ebl, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, |