From 2ff7e121691acd96ab285a364383603c1d809750 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 19 Dec 1998 11:35:49 +0000 Subject: one more flag for xmas --- sys/stand/boot/bootarg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/stand') diff --git a/sys/stand/boot/bootarg.h b/sys/stand/boot/bootarg.h index a7102de66df..e7bdad2c928 100644 --- a/sys/stand/boot/bootarg.h +++ b/sys/stand/boot/bootarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bootarg.h,v 1.6 1998/08/07 05:24:17 mickey Exp $ */ +/* $OpenBSD: bootarg.h,v 1.7 1998/12/19 11:35:48 mickey Exp $ */ /* * Copyright (c) 1996-1998 Michael Shalayeff @@ -37,6 +37,7 @@ #define BAPIV_VARS 0x00000001 /* MD structure w/ add info passed */ #define BAPIV_VECTOR 0x00000002 /* MI vector of MD structures passed */ #define BAPIV_ENV 0x00000004 /* MI environment vars vector */ +#define BAPIV_BMEMMAP 0x00000008 /* MI memory map passed is in bytes */ typedef struct _boot_args { int ba_type; -- cgit v1.2.3