Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at for-next 10 lines 244 B view raw
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 8int get_jited_program_text(int fd, char *text, size_t text_sz); 9 10#endif /* __JIT_DISASM_HELPERS_H */