Ignore:
Timestamp:
2023-11-30T20:29:05Z (19 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/ipc/console.h

    rcad7b7e ra635535  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * Copyright (c) 2006 Josef Cejka
    44 * All rights reserved.
     
    2828 */
    2929
    30 /** @addtogroup libcipc
     30/** @addtogroup libconsole
    3131 * @{
    3232 */
     
    3434 */
    3535
    36 #ifndef _LIBC_IPC_CONSOLE_H_
    37 #define _LIBC_IPC_CONSOLE_H_
     36#ifndef _LIBCONSOLE_IPC_CONSOLE_H_
     37#define _LIBCONSOLE_IPC_CONSOLE_H_
    3838
    3939#include <ipc/vfs.h>
Note: See TracChangeset for help on using the changeset viewer.