Sign in
akaros
/
upstream
/
bfc2c2193d88e3e0e08a6f50e6d12ea9e854c815
/
.
/
kern
/
include
/
ex_table.h
blob: 7effa0be7b0e254e11c2fa7c567f510c99200fd2 [
file
] [
log
] [
blame
]
#pragma
once
#include
<stdint.h>
void
exception_table_init
(
void
);
uintptr_t
get_fixup_ip
(
uintptr_t
xip
);