xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
[linux/fpc-iii.git] / arch / mips / include / asm / device.h
blobc94fafba9e62fe238c5554e6910fb08820e83ed3
1 /*
2 * Arch specific extensions to struct device
4 * This file is released under the GPLv2
5 */
6 #ifndef _ASM_MIPS_DEVICE_H
7 #define _ASM_MIPS_DEVICE_H
9 struct dma_map_ops;
11 struct dev_archdata {
12 /* DMA operations on that device */
13 struct dma_map_ops *dma_ops;
16 struct pdev_archdata {
19 #endif /* _ASM_MIPS_DEVICE_H*/