summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devio/dev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/devio/dev.h b/devio/dev.h
index 14ffc473..de51d788 100644
--- a/devio/dev.h
+++ b/devio/dev.h
@@ -44,6 +44,8 @@ struct dev
{
/* The device port for the kernel device we're doing paging on. */
device_t port;
+ /* The mach device name which we opened. */
+ char *name;
/* The total size of DEV. */
vm_size_t size;