target: msm8976: Add lra motor support

The power on vibrator feature didn't take effect on 8976 MTP since
there is lack lra type motor support. This change distinguishes
motor type based on different hardware board id.

Change-Id: I66dcb48406e03199be1287bb1f0cec39163da546
diff --git a/include/target.h b/include/target.h
index b7f92a2..f2e2acd 100644
--- a/include/target.h
+++ b/include/target.h
@@ -87,4 +87,9 @@
 int target_cont_splash_screen(void);
 bool target_build_variant_user();
 void pmic_reset_configure(uint8_t reset_type);
+
+#if PON_VIB_SUPPORT
+uint32_t get_vibration_type();
+#endif
+
 #endif