cfg80211: fix BSS struct IE access races
[linux-2.6.git] / arch / arm / plat-samsung / s5p-pm.c
blob0747468f093659acbf98c33d06323e055a77567c
1 /*
2 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
5 * S5P Power Manager (Suspend-To-RAM) support
7 * Based on arch/arm/plat-s3c24xx/pm.c
8 * Copyright (c) 2004,2006 Simtec Electronics
9 * Ben Dooks <ben@simtec.co.uk>
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.
16 #include <linux/suspend.h>
17 #include <plat/pm.h>
19 #define PFX "s5p pm: "
21 /* s3c_pm_configure_extint
23 * configure all external interrupt pins
26 void s3c_pm_configure_extint(void)
28 /* nothing here yet */
31 void s3c_pm_restore_core(void)
33 /* nothing here yet */
36 void s3c_pm_save_core(void)
38 /* nothing here yet */