Add flag RB_BOOTINFO' that tells if the struct bootinfo' passed by the

boot has a size field.
This commit is contained in:
Bruce Evans 1995-01-25 20:05:03 +00:00
parent ac6802b11c
commit 5ba8561800

View File

@ -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.