summaryrefslogtreecommitdiff
path: root/mach-defpager/mig-decls.h
diff options
context:
space:
mode:
Diffstat (limited to 'mach-defpager/mig-decls.h')
-rw-r--r--mach-defpager/mig-decls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mach-defpager/mig-decls.h b/mach-defpager/mig-decls.h
index 8118d61a..3357aa2e 100644
--- a/mach-defpager/mig-decls.h
+++ b/mach-defpager/mig-decls.h
@@ -31,4 +31,10 @@ begin_using_default_pager (mach_port_t port)
(hurd_ihash_key_t) port);
}
+static inline struct dstruct * __attribute__ ((unused))
+begin_using_default_pager_payload (unsigned long payload)
+{
+ return (default_pager_t) payload;
+}
+
#endif /* __MACH_DEFPAGER_MIG_DECLS_H__ */