summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sc_machdep.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-01-20 15:16:49 +0000
committerkato <kato@FreeBSD.org>2000-01-20 15:16:49 +0000
commite65ad563e9e153b9857c7a2e9692140f96fa2294 (patch)
treea0db73249c4ea9f90c11cbded6d03c4a40e54ca9 /sys/pc98/cbus/sc_machdep.h
parent6e6fcaf129853c6364edf8ddb3985852490dc07e (diff)
downloadFreeBSD-src-e65ad563e9e153b9857c7a2e9692140f96fa2294.zip
FreeBSD-src-e65ad563e9e153b9857c7a2e9692140f96fa2294.tar.gz
Synced with the sc driver in the sys/dev/syscons directory.
Submitted by: yokota
Diffstat (limited to 'sys/pc98/cbus/sc_machdep.h')
-rw-r--r--sys/pc98/cbus/sc_machdep.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h
index be8419f..038f018 100644
--- a/sys/pc98/cbus/sc_machdep.h
+++ b/sys/pc98/cbus/sc_machdep.h
@@ -58,28 +58,4 @@
#define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE)
-#ifdef KANJI
-
-#define IS_KTYPE_ASCII_or_HANKAKU(A) (!((A) & 0xee))
-#define IS_KTYPE_KANA(A) ((A) & 0x11)
-#define KTYPE_MASK_CTRL(A) ((A) &= 0xF0)
-
-#define _SCR_MD_STAT_DECLARED_
-typedef struct {
- u_char kanji_1st_char;
- u_char kanji_type;
-#define KTYPE_ASCII 0 /* ASCII */
-#define KTYPE_KANA 1 /* HANKAKU */
-#define KTYPE_JKANA 0x10 /* JIS HANKAKU */
-#define KTYPE_7JIS 0x20 /* JIS */
-#define KTYPE_SJIS 2 /* Shift JIS */
-#define KTYPE_UJIS 4 /* UJIS */
-#define KTYPE_SUKANA 3 /* Shift JIS or UJIS HANKAKU */
-#define KTYPE_SUJIS 6 /* SHift JIS or UJIS */
-#define KTYPE_KANIN 0x80 /* Kanji Invoke sequence */
-#define KTYPE_ASCIN 0x40 /* ASCII Invoke sequence */
-} scr_md_stat_t;
-
-#endif /* KANJI */
-
#endif /* !_PC98_PC98_SC_MACHDEP_H_ */
OpenPOWER on IntegriCloud