diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-14 21:05:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-14 21:05:45 +0000 |
commit | 60325da4a39fcd16651706a8a0c66591a318b441 (patch) | |
tree | 1d543eaedd5d4774dc8ab948dc78df4fad0a3ebe /sys/arch/hp300/stand/include/itevar.h | |
parent | c259092bfb66e5bf36cf1f84ac4f6a168d0adaba (diff) |
Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer
(using an overlay plane only for now). Bootblocks, text console and X11
are supported.
Diffstat (limited to 'sys/arch/hp300/stand/include/itevar.h')
-rw-r--r-- | sys/arch/hp300/stand/include/itevar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/include/itevar.h b/sys/arch/hp300/stand/include/itevar.h index e0300db0eb1..a86de824cc3 100644 --- a/sys/arch/hp300/stand/include/itevar.h +++ b/sys/arch/hp300/stand/include/itevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: itevar.h,v 1.3 2003/06/02 23:27:46 millert Exp $ */ +/* $OpenBSD: itevar.h,v 1.4 2006/04/14 21:05:44 miod Exp $ */ /* $NetBSD: itevar.h,v 1.1 1996/03/03 04:23:42 thorpej Exp $ */ /* @@ -226,3 +226,5 @@ void hyper_clear(struct ite_data *, int, int, int, int); void hyper_putc(struct ite_data *, int, int, int, int); void hyper_cursor(struct ite_data *, int); void hyper_scroll(struct ite_data *, int, int, int, int); + +void tvrx_init(struct ite_data *); |