Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
efitools
/
29af7cf326fbf42080a3b5171e5eb380616b5c1f
/
.
/
SetNull.c
blob: 566fac00034853fc12e5825c8535323f69202b77 [
file
]
#include
<efi.h>
EFI_STATUS
efi_main
(
EFI_HANDLE image
,
EFI_SYSTEM_TABLE
*
systab
)
{
int
*
test
=
NULL
;
*
test
=
0x123
;
return
EFI_SUCCESS
;
}