summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-07-08 18:15:06 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-07-08 18:15:06 +0000
commit8f78316ea6a2267323b7c50d973e18e051ba2021 (patch)
tree575d24f012cca57ef75466527fb8c074ae7af2d8 /sys/dev/ofw
parentf673b7098a7c49e62211c5911f4c7a58e865c8d4 (diff)
downloadFreeBSD-src-8f78316ea6a2267323b7c50d973e18e051ba2021.zip
FreeBSD-src-8f78316ea6a2267323b7c50d973e18e051ba2021.tar.gz
Missed a file in r209803: this header contains a definition of
OFW_STD_32BIT. Pointy hat to: me
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/openfirm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h
index fc692de..feac840 100644
--- a/sys/dev/ofw/openfirm.h
+++ b/sys/dev/ofw/openfirm.h
@@ -91,6 +91,7 @@ int OF_init(void *cookie);
#define OFW_STD_DIRECT "ofw_std" /* Standard OF interface */
#define OFW_STD_REAL "ofw_real" /* Real-mode OF interface */
+#define OFW_STD_32BIT "ofw_32bit" /* 32-bit OF interface */
#define OFW_FDT "ofw_fdt" /* Flattened Device Tree */
/* Generic functions */
OpenPOWER on IntegriCloud