Sign in
akaros
/
akaros
/
3ee608864c6c2d5c76b6ae48b30673b2870e717a
/
.
/
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
);