Module Name:    src
Committed By:   martin
Date:           Thu Mar 26 16:14:47 UTC 2015

Modified Files:
        src/sys/arch/zaurus/include [netbsd-7]: bootconfig.h

Log Message:
Pull up following revision(s) (requested by skrll in ticket #645):
        sys/arch/zaurus/include/bootconfig.h: revision 1.2
merge common information (fix build)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.116.1 src/sys/arch/zaurus/include/bootconfig.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/zaurus/include/bootconfig.h
diff -u src/sys/arch/zaurus/include/bootconfig.h:1.1 src/sys/arch/zaurus/include/bootconfig.h:1.1.116.1
--- src/sys/arch/zaurus/include/bootconfig.h:1.1	Sat Dec 16 05:43:15 2006
+++ src/sys/arch/zaurus/include/bootconfig.h	Thu Mar 26 16:14:46 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: bootconfig.h,v 1.1 2006/12/16 05:43:15 ober Exp $	*/
+/*	$NetBSD: bootconfig.h,v 1.1.116.1 2015/03/26 16:14:46 martin Exp $	*/
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -41,6 +41,10 @@
  *
  * Based on kate/boot/bootconfig.h
  */
+#ifndef _ZAURUS_BOOTCONFIG_H_
+#define _ZAURUS_BOOTCONFIG_H_
+
+#include <arm/bootconfig.h>
 
 typedef struct _PhysMem {
 	u_int address;
@@ -59,17 +63,8 @@ typedef struct _BootConfig {
 extern BootConfig bootconfig;
 #define	MAX_BOOT_STRING			255
 
-#define BOOTOPT_TYPE_BOOLEAN		0
-#define BOOTOPT_TYPE_STRING		1
-#define BOOTOPT_TYPE_INT		2
-#define BOOTOPT_TYPE_BININT		3
-#define BOOTOPT_TYPE_HEXINT		4
-#define BOOTOPT_TYPE_MASK		7
-
-int get_bootconf_option(char *, const char *, int, void *);
-
-extern char *boot_args;
 extern char *boot_file;
 #endif	/* _KERNEL */
 
-/* End of bootconfig.h */
+#endif /* _ZAURUS_BOOTCONFIG_H_ */
+

Reply via email to