ZestCode
 
Loading...
Searching...
No Matches
dev.h
Go to the documentation of this file.
1
13
14#pragma once
15
16#include "vfs.h"
17
18extern const struct fs_driver* const dev_driver;
19int dev_open_r(struct _reent* r, const char* path, int flags, int mode);
20void dev_initialize(void);
Definition vfs.h:23