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 048c270822f9..8183d6640ca7 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -642,4 +642,10 @@ struct mcb_device_id {
642 kernel_ulong_t driver_data; 642 kernel_ulong_t driver_data;
643}; 643};
644 644
645struct ulpi_device_id {
646 __u16 vendor;
647 __u16 product;
648 kernel_ulong_t driver_data;
649};
650
645#endif /* LINUX_MOD_DEVICETABLE_H */ 651#endif /* LINUX_MOD_DEVICETABLE_H */