aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mod_devicetable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r--include/linux/mod_devicetable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 3bfd56778c29..7ab00d61d30a 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -629,4 +629,10 @@ struct mcb_device_id {
629 kernel_ulong_t driver_data; 629 kernel_ulong_t driver_data;
630}; 630};
631 631
632struct ulpi_device_id {
633 __u16 vendor;
634 __u16 product;
635 kernel_ulong_t driver_data;
636};
637
632#endif /* LINUX_MOD_DEVICETABLE_H */ 638#endif /* LINUX_MOD_DEVICETABLE_H */