Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/include/rump regen



details:   https://anonhg.NetBSD.org/src/rev/7aaa4f8ec828
branches:  trunk
changeset: 748013:7aaa4f8ec828
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Oct 09 14:32:07 2009 +0000

description:
regen

diffstat:

 sys/rump/include/rump/rumpdefs.h |  26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 9fa5c01696ef -r 7aaa4f8ec828 sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Fri Oct 09 14:31:47 2009 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Fri Oct 09 14:32:07 2009 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index