summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mxs/pm.h')
-rw-r--r--arch/arm/mach-mxs/pm.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/pm.h b/arch/arm/mach-mxs/pm.h
new file mode 100644
index 000000000..0894335e8
--- /dev/null
+++ b/arch/arm/mach-mxs/pm.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2013 Freescale Semiconductor, Inc.
+ */
+
+#ifndef __ARCH_MXS_PM_H
+#define __ARCH_MXS_PM_H
+
+#ifdef CONFIG_PM
+void mxs_pm_init(void);
+#else
+#define mxs_pm_init NULL
+#endif
+
+#endif