diff options
Diffstat (limited to 'arch/powerpc/include/asm/device.h')
| -rw-r--r-- | arch/powerpc/include/asm/device.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h index a3954e4fcbe2..16d25c0974be 100644 --- a/arch/powerpc/include/asm/device.h +++ b/arch/powerpc/include/asm/device.h | |||
| @@ -9,6 +9,12 @@ | |||
| 9 | struct dma_map_ops; | 9 | struct dma_map_ops; |
| 10 | struct device_node; | 10 | struct device_node; |
| 11 | 11 | ||
| 12 | /* | ||
| 13 | * Arch extensions to struct device. | ||
| 14 | * | ||
| 15 | * When adding fields, consider macio_add_one_device in | ||
| 16 | * drivers/macintosh/macio_asic.c | ||
| 17 | */ | ||
| 12 | struct dev_archdata { | 18 | struct dev_archdata { |
| 13 | /* DMA operations on that device */ | 19 | /* DMA operations on that device */ |
| 14 | struct dma_map_ops *dma_ops; | 20 | struct dma_map_ops *dma_ops; |
