Changeset 1be9ee0 in mainline for uspace/lib/output
- Timestamp:
- 2023-11-30T23:34:51Z (23 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 0d275e1
- Parents:
- a635535
- Location:
- uspace/lib/output
- Files:
-
- 2 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/output/include/io/output.h
ra635535 r1be9ee0 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup liboutput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_OUTPUT_H_36 #define _LIB C_IO_OUTPUT_H_35 #ifndef _LIBOUTPUT_IO_OUTPUT_H_ 36 #define _LIBOUTPUT_IO_OUTPUT_H_ 37 37 38 38 #include <ipc/output.h> -
uspace/lib/output/include/ipc/output.h
ra635535 r1be9ee0 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup liboutput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IPC_OUTPUT_H_36 #define _LIB C_IPC_OUTPUT_H_35 #ifndef _LIBOUTPUT_IPC_OUTPUT_H_ 36 #define _LIBOUTPUT_IPC_OUTPUT_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/output/src/output.c
ra635535 r1be9ee0 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup liboutput 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.