Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3be7988674ab33565700a37b210f502563d932e6 authored by Linus Torvalds on 19 September 2016, 00:27:41 UTC
Linux 4.8-rc7
Tip revision: 3be7988
device.h
/*
 * 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 {
};
back to top