summaryrefslogtreecommitdiff
path: root/include/linux/device-id/vchiq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device-id/vchiq.h')
-rw-r--r--include/linux/device-id/vchiq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/device-id/vchiq.h b/include/linux/device-id/vchiq.h
new file mode 100644
index 000000000000..16b1b874c02d
--- /dev/null
+++ b/include/linux/device-id/vchiq.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef LINUX_DEVICE_ID_VCHIQ_H
+#define LINUX_DEVICE_ID_VCHIQ_H
+
+struct vchiq_device_id {
+ char name[32];
+};
+
+#endif /* ifndef LINUX_DEVICE_ID_VCHIQ_H */