From 55cce44c9ebb24569fef9e46541a0364b17d8229 Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 20 Oct 2005 11:14:34 +0000 Subject: 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. --- sys/boot/ofw/libofw/libofw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/ofw/libofw') 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]; }; -- cgit v1.1