1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright 2019 IBM Corp.
6 #ifndef _UAPI_MISC_VAS_H
7 #define _UAPI_MISC_VAS_H
9 #include <linux/types.h>
11 #include <asm/ioctl.h>
14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr)
16 struct vas_tx_win_open_attr
{
18 __s16 vas_id
; /* specific instance of vas or -1 for default */
20 __u64 flags
; /* Future use */
24 #endif /* _UAPI_MISC_VAS_H */