source:
mainline/uspace/lib/c/include/vfs/vfs_sess.h@
d7f7a4a
| Last change on this file since d7f7a4a was d7f7a4a, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 358 bytes | |
| Rev | Line | |
|---|---|---|
| [47b7006] | 1 | /* |
| [d7f7a4a] | 2 | * SPDX-FileCopyrightText: 2007 Jakub Jermar |
| [47b7006] | 3 | * |
| [d7f7a4a] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
| [47b7006] | 5 | */ |
| 6 | ||
| 7 | /** @addtogroup libc | |
| 8 | * @{ | |
| 9 | */ | |
| 10 | /** @file | |
| 11 | */ | |
| 12 | ||
| [4805495] | 13 | #ifndef _LIBC_VFS_SESS_H_ |
| 14 | #define _LIBC_VFS_SESS_H_ | |
| [47b7006] | 15 | |
| [79ae36dd] | 16 | #include <async.h> |
| 17 | #include <stdio.h> | |
| 18 | ||
| [6afc9d7] | 19 | extern async_sess_t *vfs_fd_session(int, iface_t); |
| 20 | extern async_sess_t *vfs_fsession(FILE *, iface_t); | |
| [47b7006] | 21 | |
| 22 | #endif | |
| 23 | ||
| 24 | /** @} | |
| 25 | */ |
Note:
See TracBrowser
for help on using the repository browser.
