diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-19 11:35:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-19 11:35:49 +0000 |
commit | 2ff7e121691acd96ab285a364383603c1d809750 (patch) | |
tree | ca8e7a4a4cc2bf07af498b4e9cf12828ae8eea15 /sys/stand | |
parent | 74ab66d32f4621a2609a3aa12009d9a7d4405db9 (diff) |
one more flag for xmas
Diffstat (limited to 'sys/stand')
-rw-r--r-- | sys/stand/boot/bootarg.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |