]> code.delx.au - refind/blob - mok/simple_file.h
Fix to Tom Briden's recent touch-screen commit; the original commit
[refind] / mok / simple_file.h
1 EFI_STATUS
2 simple_file_open (EFI_HANDLE image, CHAR16 *name, EFI_FILE **file, UINT64 mode);
3 EFI_STATUS
4 simple_file_open_by_handle(EFI_HANDLE device, CHAR16 *name, EFI_FILE **file, UINT64 mode);
5 EFI_STATUS
6 simple_file_read_all(EFI_FILE *file, UINTN *size, void **buffer);
7 void
8 simple_file_close(EFI_FILE *file);
9