summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2001-07-31 03:36:26 +0000
committerJake Burkholder <jake@FreeBSD.org>2001-07-31 03:36:26 +0000
commit8aa920fd1d6c354c58945285f2e3abd2f628b977 (patch)
treecb99726fad9e605a4f06b4c55dcde6f4c761c11b /sys/dev/ofw/openfirm.h
parentc22c65b1d43173729371aa2c30e1fea98c019ea0 (diff)
Notes
Diffstat (limited to 'sys/dev/ofw/openfirm.h')
-rw-r--r--sys/dev/ofw/openfirm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h
index 62ac3e6365b6..d3760a97294b 100644
--- a/sys/dev/ofw/openfirm.h
+++ b/sys/dev/ofw/openfirm.h
@@ -67,8 +67,10 @@
#include <sys/cdefs.h>
#include <sys/types.h>
-typedef int ihandle_t;
-typedef int phandle_t;
+typedef unsigned long cell_t;
+
+typedef unsigned int ihandle_t;
+typedef unsigned int phandle_t;
/*
* Stuff that is used by the OpenFirmware code.