aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/core/tiomap_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/tidspbridge/core/tiomap_io.h')
-rw-r--r--drivers/staging/tidspbridge/core/tiomap_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/core/tiomap_io.h b/drivers/staging/tidspbridge/core/tiomap_io.h
index 8f9d0720216..5a26ea04e8c 100644
--- a/drivers/staging/tidspbridge/core/tiomap_io.h
+++ b/drivers/staging/tidspbridge/core/tiomap_io.h
@@ -47,7 +47,7 @@
47 * Reads it from DSP External memory. The external memory for the DSP 47 * Reads it from DSP External memory. The external memory for the DSP
48 * is configured by the combination of DSP MMU and shm Memory manager in the CDB 48 * is configured by the combination of DSP MMU and shm Memory manager in the CDB
49 */ 49 */
50extern int read_ext_dsp_data(struct bridge_dev_context *dev_context, 50extern int read_ext_dsp_data(struct bridge_dev_context *dev_ctxt,
51 OUT u8 *host_buff, u32 dsp_addr, 51 OUT u8 *host_buff, u32 dsp_addr,
52 u32 ul_num_bytes, u32 mem_type); 52 u32 ul_num_bytes, u32 mem_type);
53 53