generic.h (4e73e0eb633f8a1b5cbf20e7f42c6dbfec1d1ca7) | generic.h (cc155c6f2cc705cb082ed676044368424e4b9121) |
---|---|
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 --- 53 unchanged lines hidden (view full) --- 62#define pxa3xx_get_memclk_frequency_10khz() (0) 63static inline void pxa3xx_clear_reset_status(unsigned int mask) {} 64#endif 65 66extern struct sysdev_class pxa_irq_sysclass; 67extern struct sysdev_class pxa_gpio_sysclass; 68extern struct sysdev_class pxa2xx_mfp_sysclass; 69extern struct sysdev_class pxa3xx_mfp_sysclass; | 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 --- 53 unchanged lines hidden (view full) --- 62#define pxa3xx_get_memclk_frequency_10khz() (0) 63static inline void pxa3xx_clear_reset_status(unsigned int mask) {} 64#endif 65 66extern struct sysdev_class pxa_irq_sysclass; 67extern struct sysdev_class pxa_gpio_sysclass; 68extern struct sysdev_class pxa2xx_mfp_sysclass; 69extern struct sysdev_class pxa3xx_mfp_sysclass; |
70 71void __init pxa_set_ffuart_info(void *info); 72void __init pxa_set_btuart_info(void *info); 73void __init pxa_set_stuart_info(void *info); 74void __init pxa_set_hwuart_info(void *info); |
|