Linux Audio

Check our new training course

Loading...
v3.5.6
1/*
2 * Arch specific extensions to struct device
3 *
4 * This file is released under the GPLv2
5 */
6#include <asm-generic/device.h>
 
 
7
v4.10.11
 1/*
 2 * Arch specific extensions to struct device
 3 *
 4 * This file is released under the GPLv2
 5 */
 6struct dev_archdata {
 7	struct dma_map_ops *dma_ops;
 8};
 9
10struct pdev_archdata {
11};