summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sc_machdep.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-07-14 08:07:26 +0000
committernyan <nyan@FreeBSD.org>2001-07-14 08:07:26 +0000
commitb0af9b0f7302cbdb4730206f8b1240d233fdeab5 (patch)
tree6b759d3c4aaf59af6b532ae86ee11e9065825372 /sys/pc98/cbus/sc_machdep.h
parentc3ada167d0c9b2ef5b9d052d208859c219de1952 (diff)
downloadFreeBSD-src-b0af9b0f7302cbdb4730206f8b1240d233fdeab5.zip
FreeBSD-src-b0af9b0f7302cbdb4730206f8b1240d233fdeab5.tar.gz
Fixed conflict with sys/dev/syscons/syscons.h.
Submitted by: yokota
Diffstat (limited to 'sys/pc98/cbus/sc_machdep.h')
-rw-r--r--sys/pc98/cbus/sc_machdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h
index 038f018..ea7b3ba 100644
--- a/sys/pc98/cbus/sc_machdep.h
+++ b/sys/pc98/cbus/sc_machdep.h
@@ -29,7 +29,6 @@
#ifndef _PC98_PC98_SC_MACHDEP_H_
#define _PC98_PC98_SC_MACHDEP_H_
-#undef SC_ALT_MOUSE_IMAGE
#undef SC_DFLT_FONT
#undef SC_MOUSE_CHAR
#undef SC_PIXEL_MODE
@@ -54,8 +53,4 @@
#define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \
|| (c) < 0x07)
-#define ISMOUSEAVAIL(af) (1)
-#define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
-#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE)
-
#endif /* !_PC98_PC98_SC_MACHDEP_H_ */
OpenPOWER on IntegriCloud