aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/xenbus_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/xenbus_dev.h')
-rw-r--r--include/xen/xenbus_dev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xen/xenbus_dev.h b/include/xen/xenbus_dev.h
index ac5f0fe47ed9..bbee8c6a349d 100644
--- a/include/xen/xenbus_dev.h
+++ b/include/xen/xenbus_dev.h
@@ -38,4 +38,7 @@
#define IOCTL_XENBUS_BACKEND_EVTCHN \
_IOC(_IOC_NONE, 'B', 0, 0)
+#define IOCTL_XENBUS_BACKEND_SETUP \
+ _IOC(_IOC_NONE, 'B', 1, 0)
+
#endif /* __LINUX_XEN_XENBUS_DEV_H__ */