summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-06-18 17:33:46 -0400
committerMatthew Garrett <mjg@redhat.com>2012-06-18 17:33:46 -0400
commit0f37a3d245d36a1cf1ad42a1f60aa579d2354c4e (patch)
tree8e3af1be7d83b58fc3c84a9afcabfbcd360e6ef9
parent0a232ca95c77cffed5f46b65a16172a96a836afe (diff)
parent0359090de79ad1306fc86740eac4353aa6496f1b (diff)
downloadefi-boot-shim-0f37a3d245d36a1cf1ad42a1f60aa579d2354c4e.tar.gz
efi-boot-shim-0f37a3d245d36a1cf1ad42a1f60aa579d2354c4e.zip
Merge branch 'master' of github.com:mjg59/shim
-rw-r--r--shim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shim.h b/shim.h
index ca325c0a..86da1323 100644
--- a/shim.h
+++ b/shim.h
@@ -6,8 +6,8 @@ INTERFACE_DECL(_SHIM_LOCK);
typedef
EFI_STATUS
(EFIAPI *EFI_SHIM_LOCK_VERIFY) (
- IN VOID *buffer;
- IN UINT32 size;
+ IN VOID *buffer,
+ IN UINT32 size
);
typedef struct _SHIM_LOCK {