summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/hurd_types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index f0521191..62476198 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -409,4 +409,13 @@ struct pci_xrom_bar
uint64_t size;
};
+/* Pper device user data*/
+struct pci_user_data {
+ /*
+ * One pager per memory region.
+ * Needed to create proxies on the arbiter
+ */
+ mach_port_t pagers[6];
+};
+
#endif