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: add AB_* macros
details: https://anonhg.NetBSD.org/src/rev/89f2ba7d1197
branches: trunk
changeset: 748733:89f2ba7d1197
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Nov 03 18:23:15 2009 +0000
description:
regen: add AB_* macros
diffstat:
sys/rump/include/rump/rumpdefs.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r b159726cb195 -r 89f2ba7d1197 sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h Tue Nov 03 18:22:44 2009 +0000
+++ b/sys/rump/include/rump/rumpdefs.h Tue Nov 03 18:23:15 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.4 2009/10/09 14:32:07 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.5 2009/11/03 18:23:15 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -70,5 +70,10 @@
#define RUMP_RB_MD2 0x20000000
#define RUMP_RB_MD3 0x40000000
#define RUMP_RB_MD4 0x80000000
+#define RUMP_AB_NORMAL 0x00000000
+#define RUMP_AB_QUIET 0x00010000
+#define RUMP_AB_VERBOSE 0x00020000
+#define RUMP_AB_SILENT 0x00040000
+#define RUMP_AB_DEBUG 0x00080000
#endif /* _RUMP_RUMPDEFS_H_ */
Home |
Main Index |
Thread Index |
Old Index