From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- drivers/xen/privcmd.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/xen/privcmd.h (limited to 'drivers/xen/privcmd.h') diff --git a/drivers/xen/privcmd.h b/drivers/xen/privcmd.h new file mode 100644 index 0000000000..0dd9f8f67e --- /dev/null +++ b/drivers/xen/privcmd.h @@ -0,0 +1,6 @@ +#include + +extern const struct file_operations xen_privcmd_fops; +extern const struct file_operations xen_privcmdbuf_fops; + +extern struct miscdevice xen_privcmdbuf_dev; -- cgit v1.2.3