Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <bpf/btf.h>
0003 
0004 int main(void)
0005 {
0006     btf__load_from_kernel_by_id(20151128);
0007     return 0;
0008 }