Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/master
/
.
/
arch
/
s390
/
kernel
/
bpf.c
blob: 713337fae6263cf9ac7b1f3a09df296b8a109bc3 [
file
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<asm/lowcore.h>
#include
<linux/btf.h>
__bpf_kfunc_start_defs
();
__bpf_kfunc
struct
lowcore
*
bpf_get_lowcore
(
void
)
{
return
get_lowcore
();
}
__bpf_kfunc_end_defs
();