Merge "include: Add function prototype to detect platform and calculate the boot mask"
diff --git a/include/platform.h b/include/platform.h
index a76c68b..c2fac94 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -60,4 +60,6 @@
 uint32_t platform_get_sclk_count(void);
 void clock_config_cdc(uint32_t interface);
 int platform_is_msm8939();
+int platform_is_msm8909();
+int boot_device_mask(int);
 #endif