/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __UAPI_PSAMPLE_H #define __UAPI_PSAMPLE_H enum { … }; enum psample_command { … }; enum psample_tunnel_key_attr { … }; /* Can be overridden at runtime by module option */ #define PSAMPLE_ATTR_MAX … #define PSAMPLE_NL_MCGRP_CONFIG_NAME … #define PSAMPLE_NL_MCGRP_SAMPLE_NAME … #define PSAMPLE_GENL_NAME … #define PSAMPLE_GENL_VERSION … #endif