summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pal.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-24 19:41:16 +0000
committerdfr <dfr@FreeBSD.org>2001-09-24 19:41:16 +0000
commit9bbe2e1552db8da5d963735b7140431a449b0607 (patch)
tree30fd5a1e504bace75755b39846959527dd3fb553 /sys/ia64/include/pal.h
parent13d59445944aed02a1701cbf15cd330d5cac94ce (diff)
downloadFreeBSD-src-9bbe2e1552db8da5d963735b7140431a449b0607.zip
FreeBSD-src-9bbe2e1552db8da5d963735b7140431a449b0607.tar.gz
We need different call stubs for static and stacked calling conventions.
Diffstat (limited to 'sys/ia64/include/pal.h')
-rw-r--r--sys/ia64/include/pal.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/ia64/include/pal.h b/sys/ia64/include/pal.h
index f492608..71efca1 100644
--- a/sys/ia64/include/pal.h
+++ b/sys/ia64/include/pal.h
@@ -88,8 +88,11 @@ struct ia64_pal_result {
};
extern struct ia64_pal_result
- ia64_call_pal(u_int64_t proc, u_int64_t arg1,
- u_int64_t arg2, u_int64_t arg3);
+ ia64_call_pal_static(u_int64_t proc, u_int64_t arg1,
+ u_int64_t arg2, u_int64_t arg3);
+extern struct ia64_pal_result
+ ia64_call_pal_stacked(u_int64_t proc, u_int64_t arg1,
+ u_int64_t arg2, u_int64_t arg3);
#endif /* _MACHINE_PAL_H_ */
OpenPOWER on IntegriCloud