]> Git Repo - J-linux.git/blob - tools/testing/selftests/bpf/jit_disasm_helpers.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / bpf / jit_disasm_helpers.h
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2
3 #ifndef __JIT_DISASM_HELPERS_H
4 #define __JIT_DISASM_HELPERS_H
5
6 #include <stddef.h>
7
8 int get_jited_program_text(int fd, char *text, size_t text_sz);
9
10 #endif /* __JIT_DISASM_HELPERS_H */
This page took 0.025874 seconds and 4 git commands to generate.