diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-02-15 22:51:17 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-02-15 22:51:17 +0000 |
| commit | 0b62b5cd53c5ae58fe724db7d84d351466a161c9 (patch) | |
| tree | 205b35cfe363605d531fe282ae7b2d1c6a9e6fa5 /kjarna/efi/kjarna_efi.h | |
| parent | 96ff1a24a7474b91c44a3dcd6f3abf3ec0542191 (diff) | |
free resources
Diffstat (limited to 'kjarna/efi/kjarna_efi.h')
| -rw-r--r-- | kjarna/efi/kjarna_efi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kjarna/efi/kjarna_efi.h b/kjarna/efi/kjarna_efi.h index 48b0034..ea9d3f1 100644 --- a/kjarna/efi/kjarna_efi.h +++ b/kjarna/efi/kjarna_efi.h @@ -20,6 +20,7 @@ extern EFI_STATUS efi_errno; #define gBS efi_context->system_table->BootServices void *efi_get_protocol(EFI_HANDLE handle, EFI_GUID *guid); +void efi_close_protocol(EFI_HANDLE handle, EFI_GUID *guid); int SYSV_ABI efi_open(const char *path, int flags, int mode); int SYSV_ABI efi_close(int fd); |
