Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / bpf / jit_disasm_helpers.h
blobe6924fd65ecf9428774bba78adf0e2b587cc5873
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
3 #ifndef __JIT_DISASM_HELPERS_H
4 #define __JIT_DISASM_HELPERS_H
6 #include <stddef.h>
8 int get_jited_program_text(int fd, char *text, size_t text_sz);
10 #endif /* __JIT_DISASM_HELPERS_H */