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/ipc/kbdev.h

    rfa942bc r6cef8d6a  
    11/*
    2  * Copyright (c) 2011 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinput
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_KBDEV_H_
    36 #define _LIBC_IPC_KBDEV_H_
     35#ifndef _LIBINPUT_IPC_KBDEV_H_
     36#define _LIBINPUT_IPC_KBDEV_H_
    3737
    3838#include <ipc/common.h>
Note: See TracChangeset for help on using the changeset viewer.