summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/libofw/libofw.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-10-20 11:14:34 +0000
committermarius <marius@FreeBSD.org>2005-10-20 11:14:34 +0000
commit55cce44c9ebb24569fef9e46541a0364b17d8229 (patch)
tree7786b04463208a3d92ee6521515664f77f3d1e90 /sys/boot/ofw/libofw/libofw.h
parentfcc15dc5a94e21a525496f87763544271ec8354a (diff)
downloadFreeBSD-src-55cce44c9ebb24569fef9e46541a0364b17d8229.zip
FreeBSD-src-55cce44c9ebb24569fef9e46541a0364b17d8229.tar.gz
Use an ihandle_t to store the instance handle of an opened device
instead of a phandle_t (package handle). Since both are typedefed to unsigned int, this is more or less cosmetic.
Diffstat (limited to 'sys/boot/ofw/libofw/libofw.h')
-rw-r--r--sys/boot/ofw/libofw/libofw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/libofw.h b/sys/boot/ofw/libofw/libofw.h
index df2cd51..71a2462 100644
--- a/sys/boot/ofw/libofw/libofw.h
+++ b/sys/boot/ofw/libofw/libofw.h
@@ -31,7 +31,7 @@
struct ofw_devdesc {
struct devsw *d_dev;
int d_type;
- phandle_t d_handle;
+ ihandle_t d_handle;
char d_path[256];
};
OpenPOWER on IntegriCloud