blob: 7955a9799466aff0335b94fcb028ed147546a56b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
struct dev_archdata {
const struct dma_map_ops *dma_ops;
};
struct pdev_archdata {
};
|