Eliminated meaningless ITEKANJI.

This commit is contained in:
minoura 1998-09-03 14:22:06 +00:00
parent 8749f59fe4
commit 2b34aa908f
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: itevar.h,v 1.3 1997/02/03 17:01:57 oki Exp $ */
/* $NetBSD: itevar.h,v 1.4 1998/09/03 14:22:06 minoura Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -261,9 +261,8 @@ void tv_init __P((struct ite_softc *));
void tv_deinit __P((struct ite_softc *));
#ifdef _KERNEL
#if ITEKANJI
extern unsigned char kern_font[];
#endif
/* keyboard LED status variable */
extern unsigned char kbdled;
void kbd_setLED __P((void));

View File

@ -38,7 +38,7 @@
* from: Utah $Hdr: iteioctl.h 1.1 90/07/09$
*
* @(#)iteioctl.h 7.2 (Berkeley) 11/4/90
* $NetBSD: iteioctl.h,v 1.1 1998/08/06 14:08:55 minoura Exp $
* $NetBSD: iteioctl.h,v 1.2 1998/09/03 14:22:06 minoura Exp $
*/
struct itewinsize {
@ -78,9 +78,7 @@ struct iterepeat {
#define ITESWITCH _IOW('Z',0x69, int) /* XXX */
#if ITEKANJI
#define ITELOADFONT _IOW('Z',0x80, unsigned char [4096])
#endif
#define ITETVCTRL _IOW('Z',0x81, unsigned char)
#define TVC_VOLUP 0x01