]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/mod_devicetable.h
MIPS: Add CDMM bus support
[mirror_ubuntu-bionic-kernel.git] / include / linux / mod_devicetable.h
index e530533b94be218fde581a3578f8541052d855ed..3bfd56778c29c5c1d94dd72d6f0e5c1624ac826d 100644 (file)
@@ -546,6 +546,14 @@ struct amba_id {
        void                    *data;
 };
 
+/**
+ * struct mips_cdmm_device_id - identifies devices in MIPS CDMM bus
+ * @type:      Device type identifier.
+ */
+struct mips_cdmm_device_id {
+       __u8    type;
+};
+
 /*
  * Match x86 CPUs for CPU specific drivers.
  * See documentation of "x86_match_cpu" for details.