2 * linux/arch/arm/mach-at91/generic.h
4 * Copyright (C) 2005 David Brownell
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.
11 #ifndef _AT91_GENERIC_H
12 #define _AT91_GENERIC_H
15 #include <linux/reboot.h>
18 extern void __init
at91_map_io(void);
19 extern void __init
at91_alt_map_io(void);
22 extern void at91rm9200_idle(void);
23 extern void at91sam9_idle(void);
26 extern void __init
at91rm9200_pm_init(void);
27 extern void __init
at91sam9260_pm_init(void);
28 extern void __init
at91sam9g45_pm_init(void);
29 extern void __init
at91sam9x5_pm_init(void);
31 static inline void __init
at91rm9200_pm_init(void) { }
32 static inline void __init
at91sam9260_pm_init(void) { }
33 static inline void __init
at91sam9g45_pm_init(void) { }
34 static inline void __init
at91sam9x5_pm_init(void) { }
37 #endif /* _AT91_GENERIC_H */