[ARM] msm: shared memory interface for baseband processor ipc
This code provides the low level interface to the "shared memory state machine" (smsm), and the virtual serial channels (smd), used to communicate with the baseband processor. Higher level transports (rpc, ethernet, AT command channel, etc) ride on top of this. Signed-off-by: Brian Swetland <swetland@google.com>
This commit is contained in:
committed by
Daniel Walker
parent
830d843b75
commit
2eb44eb9c8
@@ -21,3 +21,8 @@ static inline void arch_reset(char mode, const char *cmd)
|
||||
{
|
||||
for (;;) ; /* depends on IPC w/ other core */
|
||||
}
|
||||
|
||||
/* low level hardware reset hook -- for example, hitting the
|
||||
* PSHOLD line on the PMIC to hard reset the system
|
||||
*/
|
||||
extern void (*msm_hw_reset_hook)(void);
|
||||
|
Reference in New Issue
Block a user