]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/s390/include/asm/device.h
Merge branch 'for-next/gcc-plugin-infrastructure' into for-linus/gcc-plugins
[mirror_ubuntu-artful-kernel.git] / arch / s390 / include / asm / device.h
1 /*
2 * Arch specific extensions to struct device
3 *
4 * This file is released under the GPLv2
5 */
6 struct dev_archdata {
7 struct dma_map_ops *dma_ops;
8 };
9
10 struct pdev_archdata {
11 };