[ARM] msm: smd: add support for DSP SMD channels
[linux-2.6-block.git] / arch / arm / mach-msm / smd_private.h
index 13d7c9d31a9a38b50590112ac4625bb95988fa94..5a8831cc41ee1c956bad8c3ae1a0ad759ac2eb43 100644 (file)
@@ -324,7 +324,8 @@ struct smd_channel {
 #define SMD_KIND_PACKET                0x200
 
 extern struct list_head smd_ch_closed_list;
-extern struct list_head smd_ch_list;
+extern struct list_head smd_ch_list_modem;
+extern struct list_head smd_ch_list_dsp;
 
 extern spinlock_t smd_lock;
 extern spinlock_t smem_lock;