aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ofw/libofw/libofw.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2006-11-02 01:23:18 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2006-11-02 01:23:18 +0000
commit932d8c46a26aebb54bda37bee3b4469aa7e74e87 (patch)
treef6d4e8e00f43cedf707309d12500b41a38fcaaf0 /sys/boot/ofw/libofw/libofw.h
parentbd3fd815a7fbc96f1506dfdcac840b94cff28d00 (diff)
Notes
Diffstat (limited to 'sys/boot/ofw/libofw/libofw.h')
-rw-r--r--sys/boot/ofw/libofw/libofw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/ofw/libofw/libofw.h b/sys/boot/ofw/libofw/libofw.h
index 71a2462161b2..748233e6fe9e 100644
--- a/sys/boot/ofw/libofw/libofw.h
+++ b/sys/boot/ofw/libofw/libofw.h
@@ -31,6 +31,7 @@
struct ofw_devdesc {
struct devsw *d_dev;
int d_type;
+ int d_unit;
ihandle_t d_handle;
char d_path[256];
};