diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-25 19:55:35 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-25 19:55:35 +0000 |
commit | 448e91f9c96dce29232e6b700b3460af29fe6259 (patch) | |
tree | 52f581dad844375ef5370ea35406fe9365e3f487 | |
parent | 62b195d41ce5163d0ca72deb74ba49a754124762 (diff) |
Notes
-rw-r--r-- | sys/boot/efi/include/efiapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h index 25e40a210651..1ce7f62d2f70 100644 --- a/sys/boot/efi/include/efiapi.h +++ b/sys/boot/efi/include/efiapi.h @@ -536,6 +536,7 @@ EFI_STATUS typedef EFI_STATUS (EFIAPI *EFI_RESERVED_SERVICE) ( + VOID ); typedef |