Zephyr Project API
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
virtiofs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Antmicro <www.antmicro.com>
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
13
#ifndef ZEPHYR_INCLUDE_FS_VIRTIOFS_H_
14
#define ZEPHYR_INCLUDE_FS_VIRTIOFS_H_
15
#include <
stdint.h
>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
22
struct
virtiofs_fs_data
{
24
uint32_t
max_write
;
25
};
26
27
#ifdef __cplusplus
28
}
29
#endif
30
31
#endif
/* ZEPHYR_INCLUDE_FS_VIRTIOFS_H_ */
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
virtiofs_fs_data
File system data for a VirtioFS mount.
Definition
virtiofs.h:22
virtiofs_fs_data::max_write
uint32_t max_write
Maximum size of a single write request, in bytes.
Definition
virtiofs.h:24
include
zephyr
fs
virtiofs.h
Generated on
for Zephyr Project API by
1.16.1