Changeset 0e2eee1 in mainline for uspace/lib/ipctest/include/ipc/ipc_test.h
- Timestamp:
- 2023-11-30T17:08:31Z (14 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 8f04992
- Parents:
- ef4d684
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ipctest/include/ipc/ipc_test.h
ref4d684 r0e2eee1 1 1 /* 2 * Copyright (c) 20 18Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libipctest 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IPC_IPC_TEST_H_36 #define _LIB C_IPC_IPC_TEST_H_35 #ifndef _LIBIPCTEST_IPC_IPC_TEST_H_ 36 #define _LIBIPCTEST_IPC_IPC_TEST_H_ 37 37 38 38 #include <ipc/common.h>
Note:
See TracChangeset
for help on using the changeset viewer.