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 v6.8-rc3 14 lines 253 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* Copyright (c) 2022 Benjamin Tissoires 3 */ 4 5#ifndef __HID_BPF_ATTACH_H 6#define __HID_BPF_ATTACH_H 7 8struct attach_prog_args { 9 int prog_fd; 10 unsigned int hid; 11 int retval; 12}; 13 14#endif /* __HID_BPF_ATTACH_H */