aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/mt6795/include/scu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/mediatek/mt6795/include/scu.h')
-rw-r--r--plat/mediatek/mt6795/include/scu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plat/mediatek/mt6795/include/scu.h b/plat/mediatek/mt6795/include/scu.h
new file mode 100644
index 00000000..3c786921
--- /dev/null
+++ b/plat/mediatek/mt6795/include/scu.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __SCU_H__
+#define __SCU_H__
+
+void disable_scu(unsigned long mpidr);
+void enable_scu(unsigned long mpidr);
+
+#endif