2 * Arch specific extensions to struct device
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License v2. See the file "COPYING" in the main directory of this archive
9 #ifndef _ASM_MICROBLAZE_DEVICE_H
10 #define _ASM_MICROBLAZE_DEVICE_H
15 /* DMA operations on that device */
16 struct dma_map_ops
*dma_ops
;
20 struct pdev_archdata
{
24 #endif /* _ASM_MICROBLAZE_DEVICE_H */