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
commit35e42730f7aeeeba0b389da4b6249b4efd530b25 (patch)
tree8e3af1be7d83b58fc3c84a9afcabfbcd360e6ef9
parent49ebaa4b918164b1a6bf3090b13d784e7e99d9fb (diff)
parent0359090de79ad1306fc86740eac4353aa6496f1b (diff)
downloadefi-boot-shim-35e42730f7aeeeba0b389da4b6249b4efd530b25.tar.gz
efi-boot-shim-35e42730f7aeeeba0b389da4b6249b4efd530b25.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 {