summaryrefslogtreecommitdiff
path: root/shim.h
diff options
context:
space:
mode:
authormjg59 <mjg59-github@srcf.ucam.org>2012-06-18 14:32:19 -0700
committermjg59 <mjg59-github@srcf.ucam.org>2012-06-18 14:32:19 -0700
commit0359090de79ad1306fc86740eac4353aa6496f1b (patch)
tree97d95a1bf7006a9792319c5b64add3a4f802c3a3 /shim.h
parent7db60bd8c2eaecb428c5a095951bd20f9132e82f (diff)
parent303724021c50dd0085a6241234621f12131d6c2c (diff)
downloadefi-boot-shim-0359090de79ad1306fc86740eac4353aa6496f1b.tar.gz
efi-boot-shim-0359090de79ad1306fc86740eac4353aa6496f1b.zip
Merge pull request #1 from vathpela/master
Yo dog this ain't right.
Diffstat (limited to 'shim.h')
-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 {