X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fproperty.h;h=76ebde9c11d483fe3a177b049e2774550e7b2bcc;hb=36a1624d8844b6c165daf61649e6b68c02d0835f;hp=de8bdf417a35adc745e37fc1df1de7453d518895;hpb=474095e46cd14421821da3201a9fd6a4c070996b;p=mirror_ubuntu-focal-kernel.git diff --git a/include/linux/property.h b/include/linux/property.h index de8bdf417a35..76ebde9c11d4 100644 --- a/include/linux/property.h +++ b/include/linux/property.h @@ -164,4 +164,6 @@ struct property_set { void device_add_property_set(struct device *dev, struct property_set *pset); +bool device_dma_is_coherent(struct device *dev); + #endif /* _LINUX_PROPERTY_H_ */