summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/jit_disasm_helpers.h
blob: e6924fd65ecf9428774bba78adf0e2b587cc5873 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */

#ifndef __JIT_DISASM_HELPERS_H
#define __JIT_DISASM_HELPERS_H

#include <stddef.h>

int get_jited_program_text(int fd, char *text, size_t text_sz);

#endif /* __JIT_DISASM_HELPERS_H */