Changeset a635535 in mainline for uspace/lib/console
- Timestamp:
- 2023-11-30T20:29:05Z (23 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 1be9ee0
- Parents:
- cad7b7e
- Location:
- uspace/lib/console
- Files:
-
- 6 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/console/include/io/con_srv.h
rcad7b7e ra635535 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libconsole 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC _CON_SRV_H_36 #define _LIBC _CON_SRV_H_35 #ifndef _LIBCONSOLE_IO_CON_SRV_H_ 36 #define _LIBCONSOLE_IO_CON_SRV_H_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/console/include/io/cons_event.h
rcad7b7e ra635535 1 1 /* 2 * Copyright (c) 20 13 Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libconsole 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 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_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/console/include/io/console.h
rcad7b7e ra635535 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libconsole 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC _IO_CONSOLE_H_36 #define _LIBC _IO_CONSOLE_H_35 #ifndef _LIBCONSOLE_IO_CONSOLE_H_ 36 #define _LIBCONSOLE_IO_CONSOLE_H_ 37 37 38 38 #include <time.h> -
uspace/lib/console/include/ipc/console.h
rcad7b7e ra635535 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * Copyright (c) 2006 Josef Cejka 4 4 * All rights reserved. … … 28 28 */ 29 29 30 /** @addtogroup libc ipc30 /** @addtogroup libconsole 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef _LIBC _IPC_CONSOLE_H_37 #define _LIBC _IPC_CONSOLE_H_36 #ifndef _LIBCONSOLE_IPC_CONSOLE_H_ 37 #define _LIBCONSOLE_IPC_CONSOLE_H_ 38 38 39 39 #include <ipc/vfs.h> -
uspace/lib/console/src/con_srv.c
rcad7b7e ra635535 27 27 */ 28 28 29 /** @addtogroup libc 29 /** @addtogroup libconsole 30 30 * @{ 31 31 */ -
uspace/lib/console/src/console.c
rcad7b7e ra635535 29 29 */ 30 30 31 /** @addtogroup libc 31 /** @addtogroup libconsole 32 32 * @{ 33 33 */
Note:
See TracChangeset
for help on using the changeset viewer.