Changeset fa942bc in mainline for uspace/lib/input/include/io/input.h


Ignore:
Timestamp:
2023-12-04T18:00:25Z (12 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
6cef8d6a
Parents:
0d275e1
Message:

Move input API to a separate library

File:
1 moved

Legend:

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

    r0d275e1 rfa942bc  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinput
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IO_INPUT_H_
    36 #define _LIBC_IO_INPUT_H_
     35#ifndef _LIBINPUT_INPUT_H_
     36#define _LIBINPUT_INPUT_H_
    3737
    3838#include <async.h>
Note: See TracChangeset for help on using the changeset viewer.