projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'hardening-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[platform/kernel/linux-starfive.git]
/
samples
/
hid
/
hid_bpf_attach.h
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
8
struct attach_prog_args {
9
int prog_fd;
10
unsigned int hid;
11
int retval;
12
};
13
14
#endif /* __HID_BPF_ATTACH_H */