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