diff options
Diffstat (limited to 'sim/bpf/bpf-helpers.h')
-rw-r--r-- | sim/bpf/bpf-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bpf/bpf-helpers.h b/sim/bpf/bpf-helpers.h index fe9413f..021649c 100644 --- a/sim/bpf/bpf-helpers.h +++ b/sim/bpf/bpf-helpers.h @@ -26,6 +26,6 @@ enum bpf_kernel_helper #undef DEF_HELPER }; -/* void bpf_trace_printk (const char *fmt); */ +void bpf_trace_printk (SIM_CPU *current_cpu); #endif /* ! BPF_HELPERS_H */ |