cbe_rbpf 0.2.38

Virtual machine and JIT compiler for eBPF programs
Documentation
1
2
3
4
5
6
7
8
/**
 * @brief Syscall function used in the BPF to BPF call test
 */

#pragma once

uint64_t function_foo(uint64_t x);
uint64_t function_bar(uint64_t x);