xref: /openbsd-src/sys/dev/pckbc/wskbdmap_mfii.h (revision d874cce4b1d9fe6b41c9e4f2117a77d8a4a37b92)
1*d874cce4Sray /*	$OpenBSD: wskbdmap_mfii.h,v 1.2 2008/06/26 05:42:17 ray Exp $ */
2b2f4aa63Saaron /*	$NetBSD: wskbdmap_mfii.h,v 1.1 1998/09/17 18:21:04 drochner Exp $	*/
3b2f4aa63Saaron 
4b2f4aa63Saaron /*-
5b2f4aa63Saaron  * Copyright (c) 1997 The NetBSD Foundation, Inc.
6b2f4aa63Saaron  * All rights reserved.
7b2f4aa63Saaron  *
8b2f4aa63Saaron  * This code is derived from software contributed to The NetBSD Foundation
9b2f4aa63Saaron  * by Juergen Hannken-Illjes.
10b2f4aa63Saaron  *
11b2f4aa63Saaron  * Redistribution and use in source and binary forms, with or without
12b2f4aa63Saaron  * modification, are permitted provided that the following conditions
13b2f4aa63Saaron  * are met:
14b2f4aa63Saaron  * 1. Redistributions of source code must retain the above copyright
15b2f4aa63Saaron  *    notice, this list of conditions and the following disclaimer.
16b2f4aa63Saaron  * 2. Redistributions in binary form must reproduce the above copyright
17b2f4aa63Saaron  *    notice, this list of conditions and the following disclaimer in the
18b2f4aa63Saaron  *    documentation and/or other materials provided with the distribution.
19b2f4aa63Saaron  *
20b2f4aa63Saaron  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21b2f4aa63Saaron  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22b2f4aa63Saaron  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23b2f4aa63Saaron  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
24b2f4aa63Saaron  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25b2f4aa63Saaron  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26b2f4aa63Saaron  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27b2f4aa63Saaron  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28b2f4aa63Saaron  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29b2f4aa63Saaron  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30b2f4aa63Saaron  * POSSIBILITY OF SUCH DAMAGE.
31b2f4aa63Saaron  */
32b2f4aa63Saaron 
33b2f4aa63Saaron extern const struct wscons_keydesc pckbd_keydesctab[];
34