SmartAudio/lichee/linux-4.9/arch/s390/include/asm/device.h

12 lines
178 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
struct dev_archdata {
struct dma_map_ops *dma_ops;
};
struct pdev_archdata {
};