]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/property.h
device property: Adding DMA Attribute APIs for Generic Devices
[karo-tx-linux.git] / include / linux / property.h
index 8eecf200bae5afcab1e3a365798d47a232f59b41..7200490b7e6f2afefb6b446d3f209a9dd3101471 100644 (file)
@@ -176,6 +176,10 @@ void device_add_property_set(struct device *dev, struct property_set *pset);
 
 bool device_dma_is_coherent(struct device *dev);
 
+bool device_dma_supported(struct device *dev);
+
+enum dev_dma_attr device_get_dma_attr(struct device *dev);
+
 int device_get_phy_mode(struct device *dev);
 
 void *device_get_mac_address(struct device *dev, char *addr, int alen);