Sign in
akaros
/
upstream
/
16385e80bfcf024ad9e78d798e48fc62133cd483
/
.
/
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
);