summaryrefslogtreecommitdiff
path: root/src/bsd_kbd.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-11-02 00:24:24 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-11-02 00:24:24 +0200
commit95e5d2521fc39a661e13b313e5aa2514ddac9a5e (patch)
tree185749683ff7280f45bd238ffd7b15b6fd4c8205 /src/bsd_kbd.h
parent3bfed2fc2e401bc4b5f74a3f20014d4a5c7dad30 (diff)
downloadxorg-driver-xf86-input-keyboard-95e5d2521fc39a661e13b313e5aa2514ddac9a5e.tar.gz
move os keyboard layer into kbd driver, remove legacy keyboard driver
Completely remove the old 'keyboard' driver. Move the OS keyboard layer from the Xorg DDX into the kbd driver. Right now, BSD, Linux, SCO, and Solaris, have been dragged over. Bump to 1.2.0, as we'll collide badly with the existing OS keyboard layer.
Diffstat (limited to 'src/bsd_kbd.h')
-rw-r--r--src/bsd_kbd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bsd_kbd.h b/src/bsd_kbd.h
new file mode 100644
index 0000000..c042d88
--- /dev/null
+++ b/src/bsd_kbd.h
@@ -0,0 +1,5 @@
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.h,v 1.1 2002/10/11 01:40:34 dawes Exp $ */
+
+extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms,
+ CARD8 *pModMap);
+