diff options
Diffstat (limited to 'sys/ia64/include/pal.h')
-rw-r--r-- | sys/ia64/include/pal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/pal.h b/sys/ia64/include/pal.h index 39c12a4..f492608 100644 --- a/sys/ia64/include/pal.h +++ b/sys/ia64/include/pal.h @@ -88,8 +88,8 @@ struct ia64_pal_result { }; extern struct ia64_pal_result - ia64_call_pal_static(u_int64_t proc, u_int64_t arg1, - u_int64_t arg2, u_int64_t arg3); + ia64_call_pal(u_int64_t proc, u_int64_t arg1, + u_int64_t arg2, u_int64_t arg3); #endif /* _MACHINE_PAL_H_ */ |