summaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
authorOlivier Dufour2013-01-24 12:33:59 +0100
committerCyril Jourdan2013-01-31 15:42:16 +0100
commite837f1556478ebbb63ca7f938ab8903f91a4128d (patch)
tree99fbaafe978a9cf29bf39d131b807661f1d514f9 /common/include
parentb7fb42d48db3d18c3649ff56c4a7032078aef580 (diff)
cleo/linux/inc/asm/arch/spc300: move spc300-pm.h to common/, refs #3692
Diffstat (limited to 'common/include')
-rw-r--r--common/include/asm/arch/spc300-pm.h26
-rw-r--r--common/include/asm/git_ignore_arch1
2 files changed, 27 insertions, 0 deletions
diff --git a/common/include/asm/arch/spc300-pm.h b/common/include/asm/arch/spc300-pm.h
new file mode 100644
index 0000000000..a1f3448ef1
--- /dev/null
+++ b/common/include/asm/arch/spc300-pm.h
@@ -0,0 +1,26 @@
+/*
+ * include/asm/arch/spc300-pm.h
+ *
+ * Copyright (C) 2012 MStar Semiconductor.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+#ifndef __ASM_ARCH_SPC300_PM_H
+#define __ASM_ARCH_SPC300_PM_H
+
+void spc300_pm_request_suspend (void);
+void spc300_pm_clear_suspend (void);
+
+#endif /* __ASM_ARCH_SPC300_PM_H */
diff --git a/common/include/asm/git_ignore_arch b/common/include/asm/git_ignore_arch
index 235f714c86..c77d17e09e 100644
--- a/common/include/asm/git_ignore_arch
+++ b/common/include/asm/git_ignore_arch
@@ -9,6 +9,7 @@ nvram.h
platform.h
serial.h
spc300-atag.h
+spc300-pm.h
system.h
timex.h
uncompress.h