diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sh_dma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sh_dma.h b/include/linux/sh_dma.h index 62ef6938da1..8cd7fe59cf1 100644 --- a/include/linux/sh_dma.h +++ b/include/linux/sh_dma.h | |||
| @@ -48,6 +48,7 @@ struct sh_dmae_channel { | |||
| 48 | unsigned int offset; | 48 | unsigned int offset; |
| 49 | unsigned int dmars; | 49 | unsigned int dmars; |
| 50 | unsigned int dmars_bit; | 50 | unsigned int dmars_bit; |
| 51 | unsigned int chclr_offset; | ||
| 51 | }; | 52 | }; |
| 52 | 53 | ||
| 53 | struct sh_dmae_pdata { | 54 | struct sh_dmae_pdata { |
| @@ -68,6 +69,7 @@ struct sh_dmae_pdata { | |||
| 68 | unsigned int dmaor_is_32bit:1; | 69 | unsigned int dmaor_is_32bit:1; |
| 69 | unsigned int needs_tend_set:1; | 70 | unsigned int needs_tend_set:1; |
| 70 | unsigned int no_dmars:1; | 71 | unsigned int no_dmars:1; |
| 72 | unsigned int chclr_present:1; | ||
| 71 | }; | 73 | }; |
| 72 | 74 | ||
| 73 | /* DMA register */ | 75 | /* DMA register */ |
