diff options
Diffstat (limited to 'usr/src/uts/sun/sys/bootconf.h')
-rw-r--r-- | usr/src/uts/sun/sys/bootconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/sun/sys/bootconf.h b/usr/src/uts/sun/sys/bootconf.h index 814b84ef61..3e93efd063 100644 --- a/usr/src/uts/sun/sys/bootconf.h +++ b/usr/src/uts/sun/sys/bootconf.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -208,6 +208,7 @@ extern int strplumb(void); extern int strplumb_load(void); extern void consconfig(void); +extern void release_bootstrap(void); extern int dhcpinit(void); |