generic.h (97eb3f24352ec6632c2127b35d8087d2a809a9b9) | generic.h (2eaa03b5bebd1e80014f780d7bf27c3e66daefd6) |
---|---|
1/* 2 * linux/arch/arm/mach-pxa/generic.h 3 * 4 * Author: Nicolas Pitre 5 * Copyright: MontaVista Software Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 47 unchanged lines hidden (view full) --- 56#endif 57 58#ifdef CONFIG_PXA3xx 59extern unsigned pxa3xx_get_clk_frequency_khz(int); 60#else 61#define pxa3xx_get_clk_frequency_khz(x) (0) 62#endif 63 | 1/* 2 * linux/arch/arm/mach-pxa/generic.h 3 * 4 * Author: Nicolas Pitre 5 * Copyright: MontaVista Software Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 47 unchanged lines hidden (view full) --- 56#endif 57 58#ifdef CONFIG_PXA3xx 59extern unsigned pxa3xx_get_clk_frequency_khz(int); 60#else 61#define pxa3xx_get_clk_frequency_khz(x) (0) 62#endif 63 |
64extern struct sysdev_class pxa_irq_sysclass; 65extern struct sysdev_class pxa_gpio_sysclass; 66extern struct sysdev_class pxa2xx_mfp_sysclass; 67extern struct sysdev_class pxa3xx_mfp_sysclass; | 64extern struct syscore_ops pxa_irq_syscore_ops; 65extern struct syscore_ops pxa_gpio_syscore_ops; 66extern struct syscore_ops pxa2xx_mfp_syscore_ops; 67extern struct syscore_ops pxa3xx_mfp_syscore_ops; |
68 69void __init pxa_set_ffuart_info(void *info); 70void __init pxa_set_btuart_info(void *info); 71void __init pxa_set_stuart_info(void *info); 72void __init pxa_set_hwuart_info(void *info); | 68 69void __init pxa_set_ffuart_info(void *info); 70void __init pxa_set_btuart_info(void *info); 71void __init pxa_set_stuart_info(void *info); 72void __init pxa_set_hwuart_info(void *info); |