xref: /netbsd-src/sys/dev/hpc/hpccmapvar.h (revision dbb7276f40381917c54e55d28c5fd30b3ff92bc6)
1*dbb7276fSuch /*	$NetBSD: hpccmapvar.h,v 1.2 2001/05/08 14:46:06 uch Exp $	*/
2659f65e0Such 
3659f65e0Such /*-
4659f65e0Such  * Copyright (c) 1999
5659f65e0Such  *         Shin Takemura and PocketBSD Project. All rights reserved.
6659f65e0Such  *
7659f65e0Such  * Redistribution and use in source and binary forms, with or without
8659f65e0Such  * modification, are permitted provided that the following conditions
9659f65e0Such  * are met:
10659f65e0Such  * 1. Redistributions of source code must retain the above copyright
11659f65e0Such  *    notice, this list of conditions and the following disclaimer.
12659f65e0Such  * 2. Redistributions in binary form must reproduce the above copyright
13659f65e0Such  *    notice, this list of conditions and the following disclaimer in the
14659f65e0Such  *    documentation and/or other materials provided with the distribution.
15659f65e0Such  * 3. All advertising materials mentioning features or use of this software
16659f65e0Such  *    must display the following acknowledgement:
17659f65e0Such  *	This product includes software developed by the PocketBSD project
18659f65e0Such  *	and its contributors.
19659f65e0Such  * 4. Neither the name of the project nor the names of its contributors
20659f65e0Such  *    may be used to endorse or promote products derived from this software
21659f65e0Such  *    without specific prior written permission.
22659f65e0Such  *
23659f65e0Such  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24659f65e0Such  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25659f65e0Such  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26659f65e0Such  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27659f65e0Such  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28659f65e0Such  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29659f65e0Such  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30659f65e0Such  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31659f65e0Such  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32659f65e0Such  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33659f65e0Such  * SUCH DAMAGE.
34659f65e0Such  *
35659f65e0Such  */
36659f65e0Such 
37659f65e0Such extern unsigned char bivideo_cmap_r[256];
38659f65e0Such extern unsigned char bivideo_cmap_g[256];
39659f65e0Such extern unsigned char bivideo_cmap_b[256];
40