ZestCode
 
Loading...
Searching...
No Matches
usd.h
Go to the documentation of this file.
1
15
16#pragma once
17
18#include "vfs.h"
19
20extern const struct fs_driver* const usd_driver;
21int usd_open_r(struct _reent* r, const char* path, int flags, int mode);
22void usd_initialize(void);
Definition vfs.h:23