Changeset edeee9f in mainline for uspace/lib/device/include/ipc/vol.h
- Timestamp:
- 2021-08-10T09:22:19Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e109e1
- Parents:
- 241ab7e
- git-author:
- Jiri Svoboda <jiri@…> (2021-08-09 18:21:05)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-08-10 09:22:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/ipc/vol.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC_IPC_VOL_H_34 #define _LIBC_IPC_VOL_H_33 #ifndef LIBDEVICE_IPC_VOL_H 34 #define LIBDEVICE_IPC_VOL_H 35 35 36 36 #include <ipc/common.h>
Note:
See TracChangeset
for help on using the changeset viewer.