From e837f1556478ebbb63ca7f938ab8903f91a4128d Mon Sep 17 00:00:00 2001 From: Olivier Dufour Date: Thu, 24 Jan 2013 12:33:59 +0100 Subject: cleo/linux/inc/asm/arch/spc300: move spc300-pm.h to common/, refs #3692 --- common/include/asm/arch/spc300-pm.h | 26 ++++++++++++++++++++++++++ common/include/asm/git_ignore_arch | 1 + 2 files changed, 27 insertions(+) create mode 100644 common/include/asm/arch/spc300-pm.h (limited to 'common/include') 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 -- cgit v1.2.3