]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/bpf/bpf-helpers.h
bpf: several small fixes in the simulator
[thirdparty/binutils-gdb.git] / sim / bpf / bpf-helpers.h
index fe9413f266f2e99db3aed7c69d0fd7ed224ba625..021649cb02fb28ade2ab5c1dcb794d5e59699157 100644 (file)
@@ -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 */