[feat] Simple Filesystem
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <efi.h>
|
||||
|
||||
EFI_STATUS fs_init();
|
||||
void fs_list();
|
||||
EFI_STATUS fs_read(const CHAR16 *Path, void **Buffer, UINTN *Size);
|
||||
Reference in New Issue
Block a user