Changeset a635535 in mainline for uspace/lib/console/include/ipc/console.h
- Timestamp:
- 2023-11-30T20:29:05Z (19 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 1be9ee0
- Parents:
- cad7b7e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.