aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/smd_private.h
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2009-07-01 21:30:47 -0400
committerDaniel Walker <dwalker@codeaurora.org>2010-05-12 12:15:11 -0400
commit37521a3181123dc4a9584cc4b8572c08ea0a8274 (patch)
tree1e5571657f48baa7e2a8b5763fc33da583be878c /arch/arm/mach-msm/smd_private.h
parent03e00cd350c6636b5f2a9854609fea93a5c7b677 (diff)
[ARM] msm: smd: add support for DSP SMD channels
- QSD8250 has a DSP that speaks SMD, in addition to the modem - handle a separate list of modem vs dsp channels - install dsp smd irq handler as necessary Signed-off-by: Brian Swetland <swetland@google.com> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/smd_private.h')
-rw-r--r--arch/arm/mach-msm/smd_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/smd_private.h b/arch/arm/mach-msm/smd_private.h
index 13d7c9d31a9a..5a8831cc41ee 100644
--- a/arch/arm/mach-msm/smd_private.h
+++ b/arch/arm/mach-msm/smd_private.h
@@ -324,7 +324,8 @@ struct smd_channel {
324#define SMD_KIND_PACKET 0x200 324#define SMD_KIND_PACKET 0x200
325 325
326extern struct list_head smd_ch_closed_list; 326extern struct list_head smd_ch_closed_list;
327extern struct list_head smd_ch_list; 327extern struct list_head smd_ch_list_modem;
328extern struct list_head smd_ch_list_dsp;
328 329
329extern spinlock_t smd_lock; 330extern spinlock_t smd_lock;
330extern spinlock_t smem_lock; 331extern spinlock_t smem_lock;