summaryrefslogtreecommitdiff
path: root/sys/rump/include
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2009-10-09 14:32:07 +0000
committerpooka <pooka@NetBSD.org>2009-10-09 14:32:07 +0000
commitd3da4377ca95aa02bebdfb20aabd3115495f2cdf (patch)
tree958eb8d209f6d65c55490f52322327a17ae96538 /sys/rump/include
parent4dd39169ff96519b1cb1b9a540f178a9f1057875 (diff)
regen
Diffstat (limited to 'sys/rump/include')
-rw-r--r--sys/rump/include/rump/rumpdefs.h26
1 files changed, 23 insertions, 3 deletions
diff --git a/sys/rump/include/rump/rumpdefs.h b/sys/rump/include/rump/rumpdefs.h
index 16af190629c..ea1f63f6b68 100644
--- a/sys/rump/include/rump/rumpdefs.h
+++ b/sys/rump/include/rump/rumpdefs.h
@@ -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 @@ enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
#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_ */