msm: hsic_sysmon: Add system monitor HSIC bridge

This driver is used to communicate with the system monitor
interface of an external modem device connected via HSIC. A simple
API consisting of open/close/read/write functions is provided to
send and receive data to and from a remote system monitor.

CRs-fixed: 349727
Change-Id: I84a81ec1cdb3dae705200907f8805da70afe58ee
Signed-off-by: Jack Pham <jackp@codeaurora.org>
diff --git a/arch/arm/mach-msm/sysmon.h b/arch/arm/mach-msm/sysmon.h
index 429a155..496adf9 100644
--- a/arch/arm/mach-msm/sysmon.h
+++ b/arch/arm/mach-msm/sysmon.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 and
@@ -26,6 +26,7 @@
 	SYSMON_SS_WCNSS,
 	SYSMON_SS_DSPS,
 	SYSMON_SS_Q6FW,
+	SYSMON_SS_EXT_MODEM,
 	SYSMON_NUM_SS
 };