Added SimpleFS read support
This commit is contained in:
parent
758d681005
commit
4ec95a6a52
8 changed files with 174 additions and 107 deletions
|
@ -20,8 +20,11 @@
|
|||
#ifndef _FS_UEFI_SFS_H
|
||||
#define _FS_UEFI_SFS_H
|
||||
|
||||
#ifndef AXBOOT_UEFI
|
||||
#include <vfs/drive.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#endif
|
||||
struct vfs_drive *sfs_init(char *mountpoint);
|
||||
|
||||
size_t sfs_read(char *filename, char *buffer, struct vfs_drive *dev, void *fsdata);
|
||||
|
||||
#endif /* _FS_UEFI_SFS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue