Zephyr Project API
4.2.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
7
#ifndef ZEPHYR_INCLUDE_FS_VIRTIOFS_H_
8
#define ZEPHYR_INCLUDE_FS_VIRTIOFS_H_
9
#include <
stdint.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
struct
virtiofs_fs_data
{
16
uint32_t
max_write
;
17
};
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif
/* ZEPHYR_INCLUDE_FS_VIRTIOFS_H_ */
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
virtiofs_fs_data
Definition
virtiofs.h:15
virtiofs_fs_data::max_write
uint32_t max_write
Definition
virtiofs.h:16
include
zephyr
fs
virtiofs.h
Generated on Sun Aug 24 2025 06:52:31 for Zephyr Project API by
1.9.8