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
18extern "C" {
19#endif
20
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* ZEPHYR_INCLUDE_FS_VIRTIOFS_H_ */
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
File system data for a VirtioFS mount.
Definition virtiofs.h:22
uint32_t max_write
Maximum size of a single write request, in bytes.
Definition virtiofs.h:24