Ignore:
Timestamp:
2023-12-04T18:59:41Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
10fc93c
Parents:
fa942bc
Message:

Move keyboard/mouse event and device IPC from libc to libinput

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/input/include/io/pos_event.h

    rfa942bc r6cef8d6a  
    2828 */
    2929
    30 /** @addtogroup libc
     30/** @addtogroup libinput
    3131 * @{
    3232 */
     
    3434 */
    3535
    36 #ifndef _LIBC_IO_POS_EVENT_H_
    37 #define _LIBC_IO_POS_EVENT_H_
     36#ifndef _LIBINPUT_IO_POS_EVENT_H_
     37#define _LIBINPUT_IO_POS_EVENT_H_
    3838
    3939#include <types/common.h>
Note: See TracChangeset for help on using the changeset viewer.