summaryrefslogtreecommitdiff
path: root/samples/hid/hid_bpf_attach.h
blob: 35bb28b4926404228710b62009e29470a79c2001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2022 Benjamin Tissoires
 */

#ifndef __HID_BPF_ATTACH_H
#define __HID_BPF_ATTACH_H

struct attach_prog_args {
	int prog_fd;
	unsigned int hid;
	int retval;
};

#endif /* __HID_BPF_ATTACH_H */