aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/reboot.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-01-25 20:05:03 +0000
committerBruce Evans <bde@FreeBSD.org>1995-01-25 20:05:03 +0000
commit5ba856180037ef81eb9f4e3b59a1cbb02c2f0b1f (patch)
tree74ae908b4b0e8318af9d2c86d38a5965b0d84d03 /sys/sys/reboot.h
parentac6802b11c77a7e8c66d05e64aac5edfbad19d9a (diff)
downloadsrc-5ba856180037ef81eb9f4e3b59a1cbb02c2f0b1f.tar.gz
src-5ba856180037ef81eb9f4e3b59a1cbb02c2f0b1f.zip
Add flag `RB_BOOTINFO' that tells if the `struct bootinfo' passed by the
boot has a size field.
Notes
Notes: svn path=/head/; revision=5896
Diffstat (limited to 'sys/sys/reboot.h')
-rw-r--r--sys/sys/reboot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h
index f3cd91e3b4bb..fbb7e6d79fc8 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.7 1994/11/26 09:08:40 phk Exp $
+ * $Id: reboot.h,v 1.8 1995/01/20 07:28:47 wpaul Exp $
*/
#ifndef _SYS_REBOOT_H_
@@ -58,6 +58,8 @@
#define RB_VERBOSE 0x800 /* print all potentially useful info */
#define RB_SERIAL 0x1000 /* user serial port as console */
+#define RB_BOOTINFO 0x80000000 /* have `struct bootinfo *' arg */
+
/*
* Constants for converting boot-style device number to type,
* adaptor (uba, mba, etc), unit number and partition number.