1144513Simp/*-
2145010Snyan * Copyright (C) 2005 TAKAHASHI Yoshihiro. All rights reserved.
3145010Snyan *
4145010Snyan * Redistribution and use in source and binary forms, with or without
5145010Snyan * modification, are permitted provided that the following conditions
6145010Snyan * are met:
7145010Snyan * 1. Redistributions of source code must retain the above copyright
8145010Snyan *    notice, this list of conditions and the following disclaimer.
9145010Snyan * 2. Redistributions in binary form must reproduce the above copyright
10145010Snyan *    notice, this list of conditions and the following disclaimer in the
11145010Snyan *    documentation and/or other materials provided with the distribution.
12145010Snyan *
13145010Snyan * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14145010Snyan * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15145010Snyan * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16145010Snyan * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
17145010Snyan * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18145010Snyan * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19145010Snyan * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20145010Snyan * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21145010Snyan * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22145010Snyan * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23145010Snyan * SUCH DAMAGE.
24145010Snyan *
25145010Snyan * $FreeBSD: releng/11.0/sys/pc98/include/pc/display.h 145010 2005-04-13 13:12:12Z nyan $
26144513Simp */
27144513Simp
28145010Snyan#ifndef _PC98_INCLUDE_PC_DISPLAY_H_
29145010Snyan#define _PC98_INCLUDE_PC_DISPLAY_H_
30145010Snyan
31144513Simp#include <i386/pc/display.h>
32145010Snyan
33145010Snyan/*
34145010Snyan *  PC-98 attributes for foreground text.
35145010Snyan */
36145010Snyan#undef FG_UNDERLINE
37145010Snyan#define FG_UNDERLINE            0x08
38145010Snyan
39145010Snyan#endif /* !_PC98_INCLUDE_PC_DISPLAY_H_ */
40