summaryrefslogtreecommitdiff
path: root/include/uapi/xen
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-07-30 23:38:02 +0100
committerMark Brown <broonie@kernel.org>2023-07-30 23:38:02 +0100
commit2cddb06cb020f02a69e4e065599c1e5aa8b4a5d1 (patch)
tree411945066af7d953de11184b79b6acf0162964a6 /include/uapi/xen
parent7eb10bfbbae6025cb7b4bba3db0c1281eac05862 (diff)
parent5d0c230f1de8c7515b6567d9afba1f196fb4e2f4 (diff)
downloadlinux-next-2cddb06cb020f02a69e4e065599c1e5aa8b4a5d1.tar.gz
linux-next-2cddb06cb020f02a69e4e065599c1e5aa8b4a5d1.zip
ASoC: Merge up fixes from Linus' tree
Gets us pine64plus back if nothing else.
Diffstat (limited to 'include/uapi/xen')
-rw-r--r--include/uapi/xen/evtchn.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/uapi/xen/evtchn.h b/include/uapi/xen/evtchn.h
index 7fbf732f168f..aef2b75f3413 100644
--- a/include/uapi/xen/evtchn.h
+++ b/include/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__ */