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 | 35e42730f7aeeeba0b389da4b6249b4efd530b25 (patch) | |
| tree | 8e3af1be7d83b58fc3c84a9afcabfbcd360e6ef9 | |
| parent | 49ebaa4b918164b1a6bf3090b13d784e7e99d9fb (diff) | |
| parent | 0359090de79ad1306fc86740eac4353aa6496f1b (diff) | |
| download | efi-boot-shim-35e42730f7aeeeba0b389da4b6249b4efd530b25.tar.gz efi-boot-shim-35e42730f7aeeeba0b389da4b6249b4efd530b25.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 { |
