Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/port/ski.c

    r3e6a98c5 r1875a0c  
    3131 * @ingroup  kbd
    3232 * @{
     33 */
     34/** @file
     35 * @brief       Ski console keyboard port driver.
    3336 */
    34 /** @file
    35  * @brief Ski console keyboard port driver.
    36  */
     37
    3738
    3839#include <stdlib.h>
    3940#include <unistd.h>
     41#include <kbd.h>
     42#include <kbd_port.h>
    4043#include <sys/types.h>
    4144#include <thread.h>
    42 #include <stdbool.h>
    43 #include "../kbd_port.h"
    44 #include "../kbd.h"
     45#include <bool.h>
    4546
    4647static int ski_port_init(kbd_dev_t *);
Note: See TracChangeset for help on using the changeset viewer.