/** * @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);