diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-10-19 19:30:38 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-10-19 19:30:38 +0000 |
| commit | c8a4afbc116d3e5d0caa2b0fa0cdec112edf63f7 (patch) | |
| tree | 5c67cee6a275cbf8f35e1ce79012fed25ab1e423 /sys/ia64/include | |
| parent | 1aeb23cdfad85fbb0905ff47a30c712552253c46 (diff) | |
Notes
Diffstat (limited to 'sys/ia64/include')
| -rw-r--r-- | sys/ia64/include/unwind.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/ia64/include/unwind.h b/sys/ia64/include/unwind.h index cc00b617e4bc..3509c054ea67 100644 --- a/sys/ia64/include/unwind.h +++ b/sys/ia64/include/unwind.h @@ -26,12 +26,9 @@ * $FreeBSD$ */ -struct ia64_unwind_table; +int ia64_add_unwind_table(vm_offset_t, vm_offset_t, vm_offset_t); +void ia64_delete_unwind_table(vm_offset_t); -struct ia64_unwind_table *ia64_add_unwind_table(u_int64_t *base, - u_int64_t *start, - u_int64_t *end); -void ia64_free_unwind_table(struct ia64_unwind_table *ut); struct ia64_unwind_state *ia64_create_unwind_state(struct trapframe *framep); void ia64_free_unwind_state(struct ia64_unwind_state *us); u_int64_t ia64_unwind_state_get_ip(struct ia64_unwind_state *us); |
