diff options
Diffstat (limited to 'usr/src/uts/sun/sys/obpdefs.h')
| -rw-r--r-- | usr/src/uts/sun/sys/obpdefs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/sun/sys/obpdefs.h b/usr/src/uts/sun/sys/obpdefs.h index 2689ba7d6d..8a975c8656 100644 --- a/usr/src/uts/sun/sys/obpdefs.h +++ b/usr/src/uts/sun/sys/obpdefs.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 1991-2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -37,14 +37,14 @@ extern "C" { typedef int ihandle_t; typedef int phandle_t; -typedef phandle_t dnode_t; +typedef phandle_t pnode_t; /* * Device type matching */ -#define OBP_NONODE ((dnode_t)0) -#define OBP_BADNODE ((dnode_t)-1) +#define OBP_NONODE ((pnode_t)0) +#define OBP_BADNODE ((pnode_t)-1) /* * Property Defines |
