#pragma once #include #include EFI_STATUS fs_init(); void fs_list(); EFI_STATUS fs_read(WString Path, void **Buffer, UINTN *Size);