From 1d3167444246f758ee81860964345187e7513412 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 26 Oct 1994 13:33:01 +0000 Subject: [PATCH] Add RB_CONFIG. --- sys/sys/reboot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index 772bfb5043e9..7087769dff41 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)reboot.h 8.1 (Berkeley) 6/2/93 - * $Id: reboot.h,v 1.2 1994/08/02 07:53:26 davidg Exp $ + * $Id: reboot.h,v 1.3 1994/08/21 04:41:57 paul Exp $ */ #ifndef _SYS_REBOOT_H_ @@ -54,6 +54,7 @@ #define RB_RDONLY 0x80 /* mount root fs read-only */ #define RB_DUMP 0x100 /* dump kernel memory before reboot */ #define RB_MINIROOT 0x200 /* mini-root present in memory at boot time */ +#define RB_CONFIG 0x400 /* invoke user configuration routing */ /* * Constants for converting boot-style device number to type,