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;
38 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
const vfs_file_system_t native_file_system
The native vfs driver.
native filesystem access
Definition: native_fs.h:35
const char * hostpath
base directory, with no trailing slash
Definition: native_fs.h:36
A file system driver.
Definition: vfs.h:374