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