Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
arch
/
x86
/
boot
/
compressed
/
sbat.S
blob: 838f70a997ddfa7ba7613b15b999cfbdafe86f50 [
file
] [
edit
]
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
*/
/*
*
Embed SBAT data
in
the kernel.
*/
.pushsection
".sbat"
,
"a"
,
@
progbits
.incbin CONFIG_EFI_SBAT_FILE
.popsection