/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */1/* Do not edit directly, auto-generated from: */2/* Documentation/netlink/specs/handshake.yaml */3/* YNL-GEN kernel header */45#ifndef _LINUX_HANDSHAKE_GEN_H6#define _LINUX_HANDSHAKE_GEN_H78#include <net/netlink.h>9#include <net/genetlink.h>1011#include <uapi/linux/handshake.h>1213int handshake_nl_accept_doit(struct sk_buff *skb, struct genl_info *info);14int handshake_nl_done_doit(struct sk_buff *skb, struct genl_info *info);1516enum {17HANDSHAKE_NLGRP_NONE,18HANDSHAKE_NLGRP_TLSHD,19};2021extern struct genl_family handshake_nl_family;2223#endif /* _LINUX_HANDSHAKE_GEN_H */242526