ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/uboot/include/power/mmp_idle.h b/marvell/uboot/include/power/mmp_idle.h
new file mode 100644
index 0000000..b6fcb35
--- /dev/null
+++ b/marvell/uboot/include/power/mmp_idle.h
@@ -0,0 +1,14 @@
+/*
+ * (C) Copyright 2012
+ * Marvell Semiconductor <www.marvell.com>
+ * Written-by: Jane Li <jiel@marvell.com>
+ *
+ * SPDX-License-Identifier:     GPL-2.0+
+ */
+
+#ifndef MMP_IDLE_H_
+#define MMP_IDLE_H_
+extern void cp_msa_sleep(void);
+extern void set_idle_count(u32 cpu, u32 val);
+#endif
+