display.h revision 256281
1145184Sglebius/*-
2145184Sglebius * Copyright (C) 2005 TAKAHASHI Yoshihiro. All rights reserved.
3145184Sglebius *
4145184Sglebius * Redistribution and use in source and binary forms, with or without
5145184Sglebius * modification, are permitted provided that the following conditions
6145184Sglebius * are met:
7145184Sglebius * 1. Redistributions of source code must retain the above copyright
8145184Sglebius *    notice, this list of conditions and the following disclaimer.
9155458Sglebius * 2. Redistributions in binary form must reproduce the above copyright
10145184Sglebius *    notice, this list of conditions and the following disclaimer in the
11145184Sglebius *    documentation and/or other materials provided with the distribution.
12145184Sglebius *
13155458Sglebius * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14145184Sglebius * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15145184Sglebius * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16145184Sglebius * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
17145184Sglebius * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18154186Sharti * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19145184Sglebius * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20145184Sglebius * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21145184Sglebius * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22145184Sglebius * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23145184Sglebius * SUCH DAMAGE.
24145184Sglebius *
25145184Sglebius * $FreeBSD: stable/10/sys/pc98/include/pc/display.h 145010 2005-04-13 13:12:12Z nyan $
26145184Sglebius */
27145184Sglebius
28145184Sglebius#ifndef _PC98_INCLUDE_PC_DISPLAY_H_
29154186Sharti#define _PC98_INCLUDE_PC_DISPLAY_H_
30154186Sharti
31154186Sharti#include <i386/pc/display.h>
32154186Sharti
33154186Sharti/*
34154186Sharti *  PC-98 attributes for foreground text.
35154186Sharti */
36154186Sharti#undef FG_UNDERLINE
37154186Sharti#define FG_UNDERLINE            0x08
38154186Sharti
39154186Sharti#endif /* !_PC98_INCLUDE_PC_DISPLAY_H_ */
40154186Sharti