summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-07-05 12:52:42 -0400
committerMatthew Garrett <mjg@redhat.com>2012-07-05 12:52:42 -0400
commit041dd2b42a9d56b3caaad2e2f647daf86843d8b4 (patch)
treebd3a1dfe94bc2760c9ea47906f7fadf4d4be8e8c
parent6279b58e835414aea1123fb28be6515afb08d05c (diff)
downloadefi-boot-shim-041dd2b42a9d56b3caaad2e2f647daf86843d8b4.tar.gz
efi-boot-shim-041dd2b42a9d56b3caaad2e2f647daf86843d8b4.zip
We're not MSABI, so don't advertise this as such
-rw-r--r--shim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.h b/shim.h
index 86da1323..b917ea24 100644
--- a/shim.h
+++ b/shim.h
@@ -5,7 +5,7 @@ INTERFACE_DECL(_SHIM_LOCK);
typedef
EFI_STATUS
-(EFIAPI *EFI_SHIM_LOCK_VERIFY) (
+(*EFI_SHIM_LOCK_VERIFY) (
IN VOID *buffer,
IN UINT32 size
);