Declare boot_file.
This commit is contained in:
parent
75ebda6dee
commit
646b4ca78b
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: bootconfig.h,v 1.5 1998/06/17 19:35:24 mark Exp $ */
|
/* $NetBSD: bootconfig.h,v 1.6 1998/09/05 04:14:21 mark Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994 Mark Brinicombe.
|
* Copyright (c) 1994 Mark Brinicombe.
|
||||||
|
@ -17,15 +17,16 @@
|
||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Brini.
|
* This product includes software developed by Mark Brinicombe
|
||||||
|
* for the NetBSD Project.
|
||||||
* 4. The name of the company nor the name of the author may be used to
|
* 4. The name of the company nor the name of the author may be used to
|
||||||
* endorse or promote products derived from this software without specific
|
* endorse or promote products derived from this software without specific
|
||||||
* prior written permission.
|
* prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY BRINI ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||||
* IN NO EVENT SHALL BRINI OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
* IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
||||||
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
@ -34,11 +35,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* RiscBSD kernel project
|
* boot configuration structures
|
||||||
*
|
|
||||||
* bootconfig.h
|
|
||||||
*
|
|
||||||
* boot configuration structure
|
|
||||||
*
|
*
|
||||||
* Created : 12/09/94
|
* Created : 12/09/94
|
||||||
*
|
*
|
||||||
|
@ -130,7 +127,9 @@ extern BootConfig bootconfig;
|
||||||
#define BOOTOPT_TYPE_MASK 7
|
#define BOOTOPT_TYPE_MASK 7
|
||||||
|
|
||||||
int get_bootconf_option __P((char *string, char *option, int type, void *result));
|
int get_bootconf_option __P((char *string, char *option, int type, void *result));
|
||||||
|
|
||||||
extern char *boot_args;
|
extern char *boot_args;
|
||||||
|
extern char *boot_file;
|
||||||
#endif /* _KERNEL */
|
#endif /* _KERNEL */
|
||||||
|
|
||||||
/* End of bootconfig.h */
|
/* End of bootconfig.h */
|
||||||
|
|
Loading…
Reference in New Issue