Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
native_fs.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2023 ML!PA Consulting GmbH
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
21
#include <stdalign.h>
22
23
#include "vfs.h"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
32
typedef
struct
{
33
const
char
*
hostpath
;
34
}
native_desc_t
;
35
39
extern
const
vfs_file_system_t
native_file_system
;
40
41
#ifdef __cplusplus
42
}
43
#endif
44
native_file_system
const vfs_file_system_t native_file_system
The native vfs driver.
native_desc_t
native filesystem access
Definition:
native_fs.h:32
native_desc_t::hostpath
const char * hostpath
base directory, with no trailing slash
Definition:
native_fs.h:33
vfs_file_system_t
A file system driver.
Definition:
vfs.h:386
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1