Changeset 8f04992 in mainline for uspace/lib/corecfg
- Timestamp:
- 2023-11-30T17:19:00Z (20 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- cad7b7e
- Parents:
- 0e2eee1
- Location:
- uspace/lib/corecfg
- Files:
-
- 2 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/corecfg/include/corecfg.h
r0e2eee1 r8f04992 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 libcorecfg 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC _CORECFG_H_36 #define _LIBC _CORECFG_H_35 #ifndef _LIBCORECFG_CORECFG_H_ 36 #define _LIBCORECFG_CORECFG_H_ 37 37 38 38 #include <errno.h> -
uspace/lib/corecfg/include/ipc/corecfg.h
r0e2eee1 r8f04992 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 ipc29 /** @addtogroup libcorecfg 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC _IPC_CORECFG_H_34 #define _LIBC _IPC_CORECFG_H_33 #ifndef _LIBCORECFG_IPC_CORECFG_H_ 34 #define _LIBCORECFG_IPC_CORECFG_H_ 35 35 36 36 #include <ipc/common.h>
Note:
See TracChangeset
for help on using the changeset viewer.