svn commit: r209817 - head/sys/dev/ofw

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Jul 8 18:15:06 UTC 2010


Author: nwhitehorn
Date: Thu Jul  8 18:15:06 2010
New Revision: 209817
URL: http://svn.freebsd.org/changeset/base/209817

Log:
  Missed a file in r209803: this header contains a definition of
  OFW_STD_32BIT.
  
  Pointy hat to:	me

Modified:
  head/sys/dev/ofw/openfirm.h

Modified: head/sys/dev/ofw/openfirm.h
==============================================================================
--- head/sys/dev/ofw/openfirm.h	Thu Jul  8 16:53:19 2010	(r209816)
+++ head/sys/dev/ofw/openfirm.h	Thu Jul  8 18:15:06 2010	(r209817)
@@ -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 */


More information about the svn-src-all mailing list