drm/panel: simple: add Multi-Inno Technology MI0700A2T-30
[drm/drm-misc.git] / net / handshake / genl.h
blobae72a596f6cc3e3f13cec0cf5503a5877a9a0cf0
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2 /* Do not edit directly, auto-generated from: */
3 /* Documentation/netlink/specs/handshake.yaml */
4 /* YNL-GEN kernel header */
6 #ifndef _LINUX_HANDSHAKE_GEN_H
7 #define _LINUX_HANDSHAKE_GEN_H
9 #include <net/netlink.h>
10 #include <net/genetlink.h>
12 #include <uapi/linux/handshake.h>
14 int handshake_nl_accept_doit(struct sk_buff *skb, struct genl_info *info);
15 int handshake_nl_done_doit(struct sk_buff *skb, struct genl_info *info);
17 enum {
18 HANDSHAKE_NLGRP_NONE,
19 HANDSHAKE_NLGRP_TLSHD,
22 extern struct genl_family handshake_nl_family;
24 #endif /* _LINUX_HANDSHAKE_GEN_H */