Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
sbsigntools
/
62c9352519e1a21d2e6423a2e39354cb05d56c44
/
.
/
tests
/
test.c
blob: d6a5b9f110d07ada092f29222852a04e5e1b14f7 [
file
]
#include
<efi.h>
#include
<efilib.h>
EFI_STATUS
efi_main
(
EFI_HANDLE image
,
EFI_SYSTEM_TABLE
*
systab
)
{
return
EFI_SUCCESS
;
}