Ignore:
Timestamp:
2023-11-30T20:29:05Z (14 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 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/console/include/io/cons_event.h

    rcad7b7e ra635535  
    11/*
    2  * Copyright (c) 2013 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libconsole
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IO_CONS_EVENT_H_
    36 #define _LIBC_IO_CONS_EVENT_H_
     35#ifndef _LIBCONSOLE_IO_CONS_EVENT_H_
     36#define _LIBCONSOLE_IO_CONS_EVENT_H_
    3737
    3838#include <adt/list.h>
Note: See TracChangeset for help on using the changeset viewer.