setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
9 lines
253 B
C
9 lines
253 B
C
#ifndef _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__
|
|
#define _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__
|
|
|
|
#include <linux/ptrace.h>
|
|
|
|
/* Export kernel pt_regs structure */
|
|
typedef struct pt_regs bpf_user_pt_regs_t;
|
|
|
|
#endif /* _UAPI__ASM_GENERIC_BPF_PERF_EVENT_H__ */
|