Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
native_fs.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2023 ML!PA Consulting GmbH
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
9
#pragma once
10
24
#include <stdalign.h>
25
26
#include "vfs.h"
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
35
typedef
struct
{
36
const
char
*
hostpath
;
37
}
native_desc_t
;
38
42
extern
const
vfs_file_system_t
native_file_system
;
43
44
#ifdef __cplusplus
45
}
46
#endif
47
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:35
native_desc_t::hostpath
const char * hostpath
base directory, with no trailing slash
Definition:
native_fs.h:36
vfs_file_system_t
A file system driver.
Definition:
vfs.h:374
Generated on Fri Jun 20 2025 21:02:36 by
1.9.1