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