]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/staging/ccree/ssi_pm_ext.h
b4e2795de29e14b6918d0e5261d926a471a9321b
[linux.git] / drivers / staging / ccree / ssi_pm_ext.h
1 /*
2  * Copyright (C) 2012-2017 ARM Limited or its affiliates.
3  * 
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  * 
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  * 
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, see <http://www.gnu.org/licenses/>.
15  */
16
17 /* \file ssi_pm_ext.h
18     */
19
20 #ifndef __PM_EXT_H__
21 #define __PM_EXT_H__
22
23
24 #include "ssi_config.h"
25 #include "ssi_driver.h"
26
27 void ssi_pm_ext_hw_suspend(struct device *dev);
28
29 void ssi_pm_ext_hw_resume(struct device *dev);
30
31
32 #endif /*__POWER_MGR_H__*/
33