90ad63fb7766aae80be5d30d681f351e8633a789
[tpg/acess2.git] / KernelLand / Modules / USB / HID / keyboard.c
1 /*
2  * Acess2 USB Stack HID Driver
3  * - By John Hodge (thePowersGang)
4  *
5  * keyboard.c
6  * - Keyboard translation
7  */
8 #define DEBUG   0
9 #include <fs_devfs.h>
10
11 // === GLOBALS ===
12 tDevFS_Driver   gHID_DevFS_Keyboard = {
13         .Name = "USBKeyboard",
14 };

UCC git Repository :: git.ucc.asn.au