summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2007-12-14 10:13:18 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2007-12-14 10:13:18 +0000
commit641569fe6d53f89f530f3670a65fd72b550ed10e (patch)
tree1329e9c82644db128ca8f1e31538e21055d0a121 /sys/arch/mips64/include
parent8838180877708559eb17bd3332125832c0f0d6a7 (diff)
Store the ARCBIOS ConsoleOut environment variable so that we can refer to
it later on. ok miod@
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/arcbios.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/arcbios.h b/sys/arch/mips64/include/arcbios.h
index 70876bd462d..519ce9087bb 100644
--- a/sys/arch/mips64/include/arcbios.h
+++ b/sys/arch/mips64/include/arcbios.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcbios.h,v 1.7 2007/04/26 17:02:38 miod Exp $ */
+/* $OpenBSD: arcbios.h,v 1.8 2007/12/14 10:13:17 jsing Exp $ */
/*-
* Copyright (c) 1996 M. Warner Losh. All rights reserved.
*
@@ -371,6 +371,7 @@ typedef struct arc_param_blk_64
extern int bios_is_32bit;
extern char bios_enaddr[20];
+extern char bios_console[10];
int bios_getchar(void);
void bios_putchar(char);
@@ -380,7 +381,7 @@ void bios_ident(void);
void bios_display_info(int *, int *, int *, int *);
/*
- * Direct ARC-Bios calls.
+ * Direct ARC-BIOS calls.
*/
int Bios_Load(char *, u_int32_t, u_int32_t, u_int32_t *);
int Bios_Invoke(uint32_t, uint32_t, uint32_t, char **, char **);
@@ -418,4 +419,3 @@ void Bios_FlushAllCaches(void);
int Bios_TestUnicodeCharacter(u_int32_t, u_int16_t);
arc_dsp_stat_t *Bios_GetDisplayStatus(u_int32_t);
-