diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-04-20 06:06:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-04-20 06:06:42 +0000 |
| commit | 709471e7e8c080b3c83572d2b70c266510f59dfb (patch) | |
| tree | 98058031e8a4c7995b373c13fb509b9e6b7311a5 | |
| parent | 804e33a872b6897c574a6d5e56fe8108d2a69278 (diff) | |
Notes
| -rw-r--r-- | sys/sys/reboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index fbb7e6d79fc8..29f2ce0ef84d 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.8 1995/01/20 07:28:47 wpaul Exp $ + * $Id: reboot.h,v 1.9 1995/01/25 20:05:03 bde Exp $ */ #ifndef _SYS_REBOOT_H_ @@ -57,6 +57,7 @@ #define RB_CONFIG 0x400 /* invoke user configuration routing */ #define RB_VERBOSE 0x800 /* print all potentially useful info */ #define RB_SERIAL 0x1000 /* user serial port as console */ +#define RB_CDROM 0x2000 /* use cdrom as root */ #define RB_BOOTINFO 0x80000000 /* have `struct bootinfo *' arg */ |
