summaryrefslogtreecommitdiff
path: root/devio/dev.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-04 22:14:12 +0000
committerMiles Bader <miles@gnu.org>1995-10-04 22:14:12 +0000
commit161cb1011a036d91166a95f875ccf08cc7a65597 (patch)
tree7f825283f24912770823dc2b3a8a8952c472fd9e /devio/dev.h
parent927e54a7c936792ac6ffb6db2016af819eee8fff (diff)
(struct dev): Add the NAME field.
Diffstat (limited to 'devio/dev.h')
-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;