Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
s5p-pm.c
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd.
3  * http://www.samsung.com
4  *
5  * S5P Power Manager (Suspend-To-RAM) support
6  *
7  * Based on arch/arm/plat-s3c24xx/pm.c
8  * Copyright (c) 2004,2006 Simtec Electronics
9  * Ben Dooks <[email protected]>
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License version 2 as
13  * published by the Free Software Foundation.
14 */
15 
16 #include <linux/suspend.h>
17 #include <plat/pm.h>
18 
19 #define PFX "s5p pm: "
20 
21 /* s3c_pm_configure_extint
22  *
23  * configure all external interrupt pins
24 */
25 
27 {
28  /* nothing here yet */
29 }
30 
32 {
33  /* nothing here yet */
34 }
35 
36 void s3c_pm_save_core(void)
37 {
38  /* nothing here yet */
39 }
40