[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/kernel/linux/v4.14/arch/arm/mach-sti/smp.h b/src/kernel/linux/v4.14/arch/arm/mach-sti/smp.h
new file mode 100644
index 0000000..d8a2f87
--- /dev/null
+++ b/src/kernel/linux/v4.14/arch/arm/mach-sti/smp.h
@@ -0,0 +1,19 @@
+/*
+ *  arch/arm/mach-sti/smp.h
+ *
+ * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
+ *		http://www.st.com
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef __MACH_STI_SMP_H
+#define __MACH_STI_SMP_H
+
+extern const struct smp_operations sti_smp_ops;
+
+void sti_secondary_startup(void);
+
+#endif