Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / arch / arm / mach-at91 / generic.h
CommitLineData
73a59c1c 1/*
9d041268 2 * linux/arch/arm/mach-at91/generic.h
73a59c1c
SP
3 *
4 * Copyright (C) 2005 David Brownell
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
1bd59dbe
MR
11#ifndef _AT91_GENERIC_H
12#define _AT91_GENERIC_H
13
4db0ba22 14#ifdef CONFIG_PM
ad3fc3e3
NF
15extern void __init at91rm9200_pm_init(void);
16extern void __init at91sam9260_pm_init(void);
17extern void __init at91sam9g45_pm_init(void);
18extern void __init at91sam9x5_pm_init(void);
fbc7edca 19extern void __init sama5_pm_init(void);
4db0ba22 20#else
a91c5824
AB
21static inline void __init at91rm9200_pm_init(void) { }
22static inline void __init at91sam9260_pm_init(void) { }
23static inline void __init at91sam9g45_pm_init(void) { }
24static inline void __init at91sam9x5_pm_init(void) { }
fbc7edca 25static inline void __init sama5_pm_init(void) { }
4db0ba22
AB
26#endif
27
1bd59dbe 28#endif /* _AT91_GENERIC_H */
This page took 0.632465 seconds and 5 git commands to generate.