msm_shared: Update to ssd feature

This update to ssd feature reduces the latency
while flashing images in fastboot mode.

Change-Id: I179b920ce5c8b8f2a7303e7a5ae45572fa9f7726
diff --git a/platform/msm_shared/include/scm.h b/platform/msm_shared/include/scm.h
index 0442c02..a565b2f 100644
--- a/platform/msm_shared/include/scm.h
+++ b/platform/msm_shared/include/scm.h
@@ -36,6 +36,8 @@
 #define ENCRYPT_MAGIC_1 0x676D6973
 #define SSD_HEADER_MAGIC_SIZE  8
 #define SSD_HEADER_XML_SIZE    2048
+#define SSD_HEADER_MIN_SIZE    128
+#define MULTIPLICATION_FACTOR  2
 
 typedef unsigned int uint32;