/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. */ #ifndef __UAPI_LINUX_NSM_H #define __UAPI_LINUX_NSM_H #include <linux/ioctl.h> #include <linux/types.h> #define NSM_MAGIC … #define NSM_REQUEST_MAX_SIZE … #define NSM_RESPONSE_MAX_SIZE … struct nsm_iovec { … }; /* Raw NSM message. Only available with CAP_SYS_ADMIN. */ struct nsm_raw { … }; #define NSM_IOCTL_RAW … #endif /* __UAPI_LINUX_NSM_H */