summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/libofw/libofw.h
diff options
context:
space:
mode:
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