diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-06-18 17:33:46 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-06-18 17:33:46 -0400 |
| commit | 0f37a3d245d36a1cf1ad42a1f60aa579d2354c4e (patch) | |
| tree | 8e3af1be7d83b58fc3c84a9afcabfbcd360e6ef9 | |
| parent | 0a232ca95c77cffed5f46b65a16172a96a836afe (diff) | |
| parent | 0359090de79ad1306fc86740eac4353aa6496f1b (diff) | |
| download | efi-boot-shim-0f37a3d245d36a1cf1ad42a1f60aa579d2354c4e.tar.gz efi-boot-shim-0f37a3d245d36a1cf1ad42a1f60aa579d2354c4e.zip | |
Merge branch 'master' of github.com:mjg59/shim
| -rw-r--r-- | shim.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
