diff options
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_kbd.h')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_kbd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_kbd.h b/hw/xfree86/os-support/linux/lnx_kbd.h new file mode 100644 index 000000000..ac783bfbc --- /dev/null +++ b/hw/xfree86/os-support/linux/lnx_kbd.h @@ -0,0 +1,5 @@ +/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.h,v 1.1 2002/10/11 01:40:35 dawes Exp $ */ + +extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms, + CARD8 *pModMap); + |