LCOV - code coverage report | ||||||||||||||||||
![]() | ||||||||||||||||||
|
||||||||||||||||||
![]() |
Line data Source code 1 0 : /* 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 0 : struct virtiofs_fs_data { 16 0 : uint32_t max_write; 17 : }; 18 : 19 : #ifdef __cplusplus 20 : } 21 : #endif 22 : 23 : #endif /* ZEPHYR_INCLUDE_FS_VIRTIOFS_H_ */ |
![]() |
Generated by: LCOV version 2.0-1 |