device property: Take a copy of the property set
[deliverable/linux.git] / include / linux / property.h
index d1cf2084c648ec9aa539a591ea7ec27080b3bbd8..3a8c7d7773e6b10c30471a06c5d53b03ada3b1fc 100644 (file)
@@ -240,7 +240,8 @@ struct property_set {
        struct property_entry *properties;
 };
 
-void device_add_property_set(struct device *dev, struct property_set *pset);
+int device_add_property_set(struct device *dev, const struct property_set *pset);
+void device_remove_property_set(struct device *dev);
 
 bool device_dma_supported(struct device *dev);
 
This page took 0.026275 seconds and 5 git commands to generate.