]> Git Repo - linux.git/blob - samples/hid/hid_bpf_attach.h
arm64: avoid prototype warnings for syscalls
[linux.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 */
This page took 0.032539 seconds and 4 git commands to generate.