brintos

brintos / linux-shallow public Read only

0
0
Text · 244 B · e6924fd Raw
11 lines · c
1/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */2 3#ifndef __JIT_DISASM_HELPERS_H4#define __JIT_DISASM_HELPERS_H5 6#include <stddef.h>7 8int get_jited_program_text(int fd, char *text, size_t text_sz);9 10#endif /* __JIT_DISASM_HELPERS_H */11