Loading...
Searching...
No Matches
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
20
21#include <stdalign.h>
22
23#include "vfs.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
32typedef struct {
33 const char *hostpath;
35
40
41#ifdef __cplusplus
42}
43#endif
44
const vfs_file_system_t native_file_system
The native vfs driver.
native filesystem access
Definition native_fs.h:32
const char * hostpath
base directory, with no trailing slash
Definition native_fs.h:33
A file system driver.
Definition vfs.h:389