omkbdmap.h revision 1.1 1 1.1 tsutsui /* $NetBSD: omkbdmap.h,v 1.1 2014/07/20 11:14:56 tsutsui Exp $ */
2 1.1 tsutsui /* $OpenBSD: omkbdmap.h,v 1.1 2013/05/22 11:35:02 aoyama Exp $ */
3 1.1 tsutsui
4 1.1 tsutsui /*
5 1.1 tsutsui * Copyright (c) 2013 Kenji Aoyama
6 1.1 tsutsui *
7 1.1 tsutsui * Permission to use, copy, modify, and distribute this software for any
8 1.1 tsutsui * purpose with or without fee is hereby granted, provided that the above
9 1.1 tsutsui * copyright notice and this permission notice appear in all copies.
10 1.1 tsutsui *
11 1.1 tsutsui * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 1.1 tsutsui * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 1.1 tsutsui * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 1.1 tsutsui * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 1.1 tsutsui * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 1.1 tsutsui * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 1.1 tsutsui * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 1.1 tsutsui */
19 1.1 tsutsui
20 1.1 tsutsui extern const struct wscons_keydesc omkbd_keydesctab[];
21 1.1 tsutsui #ifdef WSDISPLAY_COMPAT_RAWKBD
22 1.1 tsutsui extern const uint8_t omkbd_raw[0x80];
23 1.1 tsutsui #endif
24