/** * @brief Helper function used in the BPF to BPF call test */ #pragma once uint64_t helper_function(uint64_t x); uint64_t entrypoint_helper_function(uint64_t x);