7 lines
137 B
C
7 lines
137 B
C
#pragma once
|
|
#include <efi.h>
|
|
|
|
EFI_STATUS fs_init();
|
|
void fs_list();
|
|
EFI_STATUS fs_read(const CHAR16 *Path, void **Buffer, UINTN *Size);
|