Changeset a635535 in mainline for uspace/drv/hid/xtkbd/xtkbd.c


Ignore:
Timestamp:
2023-11-30T20:29:05Z (6 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
1be9ee0
Parents:
cad7b7e
Message:

Move console/con_srv out of libc into a separate library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/xtkbd/xtkbd.c

    rcad7b7e ra635535  
    3939#include <io/keycode.h>
    4040#include <io/chardev.h>
    41 #include <io/console.h>
     41#include <io/kbd_event.h>
    4242#include <ipc/kbdev.h>
    4343#include <abi/ipc/methods.h>
Note: See TracChangeset for help on using the changeset viewer.