Merge branch 'master' of github.com:mjg59/shim

This commit is contained in:
Matthew Garrett 2012-06-18 17:33:46 -04:00
commit 0f37a3d245

4
shim.h
View File

@ -6,8 +6,8 @@ INTERFACE_DECL(_SHIM_LOCK);
typedef typedef
EFI_STATUS EFI_STATUS
(EFIAPI *EFI_SHIM_LOCK_VERIFY) ( (EFIAPI *EFI_SHIM_LOCK_VERIFY) (
IN VOID *buffer; IN VOID *buffer,
IN UINT32 size; IN UINT32 size
); );
typedef struct _SHIM_LOCK { typedef struct _SHIM_LOCK {