aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/xen/evtchn.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-11-11 02:21:37 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-11-11 02:40:39 +0300
commitc9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8 (patch)
tree4a18f83f5979766f6a360805a97500e9b2beeb75 /contrib/libs/linux-headers/xen/evtchn.h
parent638336990198a7f36d43cfd21a42b25d9dcb6efc (diff)
downloadydb-c9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8.tar.gz
Update contrib/libs/linux-headers to 6.5.9
Diffstat (limited to 'contrib/libs/linux-headers/xen/evtchn.h')
-rw-r--r--contrib/libs/linux-headers/xen/evtchn.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/libs/linux-headers/xen/evtchn.h b/contrib/libs/linux-headers/xen/evtchn.h
index 7fbf732f16..aef2b75f34 100644
--- a/contrib/libs/linux-headers/xen/evtchn.h
+++ b/contrib/libs/linux-headers/xen/evtchn.h
@@ -101,4 +101,13 @@ struct ioctl_evtchn_restrict_domid {
domid_t domid;
};
+/*
+ * Bind statically allocated @port.
+ */
+#define IOCTL_EVTCHN_BIND_STATIC \
+ _IOC(_IOC_NONE, 'E', 7, sizeof(struct ioctl_evtchn_bind))
+struct ioctl_evtchn_bind {
+ unsigned int port;
+};
+
#endif /* __LINUX_PUBLIC_EVTCHN_H__ */