aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/xen
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2023-09-06 14:53:59 -0700
committerChristopher Ferris <cferris@google.com>2023-09-06 14:53:59 -0700
commit93b0d5d22b16e698230fa04eab7e7d44ba3a475a (patch)
tree714f1d89861a7fed047c75aead4281e6d425571d /original/uapi/xen
parentddcc18768e11d556e2758139992a6e83babb99f0 (diff)
downloadkernel-headers-93b0d5d22b16e698230fa04eab7e7d44ba3a475a.tar.gz
Update to v6.5 kernel headers.
Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-6.5 In addition, update the scsi_ioctl.h and scsi_proto.h files to match new versions. Test: NA Change-Id: I97ffbc9630f77ecd20520ddf608375d4eb95eb84
Diffstat (limited to 'original/uapi/xen')
-rw-r--r--original/uapi/xen/evtchn.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/original/uapi/xen/evtchn.h b/original/uapi/xen/evtchn.h
index 7fbf732..aef2b75 100644
--- a/original/uapi/xen/evtchn.h
+++ b/original/uapi/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__ */