xref: /netbsd-src/sys/dev/hpc/pckbd_encode.h (revision 659f65e0ee29a604a89f76f049906e3fbc49abf7)
1*659f65e0Such /*	$NetBSD: pckbd_encode.h,v 1.1 2001/02/22 18:37:56 uch Exp $	*/
2*659f65e0Such 
3*659f65e0Such /*-
4*659f65e0Such  * Copyright (c) 2000 TAKEMRUA, Shin All rights reserved.
5*659f65e0Such  *
6*659f65e0Such  * Redistribution and use in source and binary forms, with or without
7*659f65e0Such  * modification, are permitted provided that the following conditions
8*659f65e0Such  * are met:
9*659f65e0Such  * 1. Redistributions of source code must retain the above copyright
10*659f65e0Such  *    notice, this list of conditions and the following disclaimer.
11*659f65e0Such  * 2. Redistributions in binary form must reproduce the above copyright
12*659f65e0Such  *    notice, this list of conditions and the following disclaimer in the
13*659f65e0Such  *    documentation and/or other materials provided with the distribution.
14*659f65e0Such  * 3. All advertising materials mentioning features or use of this software
15*659f65e0Such  *    must display the following acknowledgement:
16*659f65e0Such  *	This product includes software developed by the PocketBSD project
17*659f65e0Such  *	and its contributors.
18*659f65e0Such  * 4. Neither the name of the project nor the names of its contributors
19*659f65e0Such  *    may be used to endorse or promote products derived from this software
20*659f65e0Such  *    without specific prior written permission.
21*659f65e0Such  *
22*659f65e0Such  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23*659f65e0Such  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24*659f65e0Such  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25*659f65e0Such  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26*659f65e0Such  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27*659f65e0Such  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28*659f65e0Such  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29*659f65e0Such  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30*659f65e0Such  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31*659f65e0Such  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32*659f65e0Such  * SUCH DAMAGE.
33*659f65e0Such  *
34*659f65e0Such  */
35*659f65e0Such 
36*659f65e0Such extern int pckbd_encode(u_int, int, u_char *);
37