Module Name: src
Committed By: pooka
Date: Fri Oct 9 14:32:07 UTC 2009
Modified Files:
src/sys/rump/include/rump: rumpdefs.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/include/rump/rumpdefs.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/rump/include/rump/rumpdefs.h
diff -u src/sys/rump/include/rump/rumpdefs.h:1.3 src/sys/rump/include/rump/rumpdefs.h:1.4
--- src/sys/rump/include/rump/rumpdefs.h:1.3 Mon Nov 17 13:20:39 2008
+++ src/sys/rump/include/rump/rumpdefs.h Fri Oct 9 14:32:07 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.3 2008/11/17 13:20:39 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.4 2009/10/09 14:32:07 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -9,7 +9,7 @@
#include <rump/rump_namei.h>
-/* NetBSD: fcntl.h,v 1.34 2006/10/05 14:48:33 chs Exp */
+/* NetBSD: fcntl.h,v 1.35 2009/03/11 06:05:29 mrg Exp */
#define RUMP_O_RDONLY 0x00000000 /* open for reading only */
#define RUMP_O_WRONLY 0x00000001 /* open for writing only */
#define RUMP_O_RDWR 0x00000002 /* open for reading and writing */
@@ -29,7 +29,7 @@
#define RUMP_O_DIRECT 0x00080000 /* direct I/O hint */
#define RUMP_O_NOCTTY 0x00008000 /* don't assign controlling terminal */
-/* NetBSD: vnode.h,v 1.197 2008/07/31 05:38:06 simonb Exp */
+/* NetBSD: vnode.h,v 1.210 2009/10/06 04:28:10 elad Exp */
#ifndef __VTYPE_DEFINED
#define __VTYPE_DEFINED
enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
@@ -51,4 +51,24 @@
#define RUMP_LK_INTERLOCK 0x00010000
#define RUMP_LK_RETRY 0x00020000
+/* NetBSD: reboot.h,v 1.25 2007/12/25 18:33:48 perry Exp */
+#define RUMP_RB_AUTOBOOT 0
+#define RUMP_RB_ASKNAME 0x00000001
+#define RUMP_RB_SINGLE 0x00000002
+#define RUMP_RB_NOSYNC 0x00000004
+#define RUMP_RB_HALT 0x00000008
+#define RUMP_RB_INITNAME 0x00000010
+#define __RUMP_RB_UNUSED1 0x00000020
+#define RUMP_RB_KDB 0x00000040
+#define RUMP_RB_RDONLY 0x00000080
+#define RUMP_RB_DUMP 0x00000100
+#define RUMP_RB_MINIROOT 0x00000200
+#define RUMP_RB_STRING 0x00000400
+#define RUMP_RB_POWERDOWN (RUMP_RB_HALT|0x800)
+#define RUMP_RB_USERCONF 0x00001000
+#define RUMP_RB_MD1 0x10000000
+#define RUMP_RB_MD2 0x20000000
+#define RUMP_RB_MD3 0x40000000
+#define RUMP_RB_MD4 0x80000000
+
#endif /* _RUMP_RUMPDEFS_H_ */