[refactor] Organize STRING

This commit is contained in:
2026-06-05 18:38:45 +08:00
Unverified
parent da03b301fb
commit 9ee88ef7b9
19 changed files with 124 additions and 51 deletions
+2 -1
View File
@@ -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);