generic.h (5af8c4e0fac9838428bd718040b664043a05f37c) | generic.h (918c71c0ff302637b745104e8ffe6142a64f514c) |
---|---|
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 9 * published by the Free Software Foundation. 10 */ 11 12struct sys_timer; 13 14extern struct sys_timer pxa_timer; 15extern void __init pxa_init_irq(int irq_nr, 16 int (*set_wake)(unsigned int, unsigned int)); 17extern void __init pxa25x_init_irq(void); | 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 9 * published by the Free Software Foundation. 10 */ 11 12struct sys_timer; 13 14extern struct sys_timer pxa_timer; 15extern void __init pxa_init_irq(int irq_nr, 16 int (*set_wake)(unsigned int, unsigned int)); 17extern void __init pxa25x_init_irq(void); |
18#ifdef CONFIG_CPU_PXA26x 19extern void __init pxa26x_init_irq(void); 20#endif |
|
18extern void __init pxa27x_init_irq(void); 19extern void __init pxa3xx_init_irq(void); 20extern void __init pxa_map_io(void); 21 22extern unsigned int get_clk_frequency_khz(int info); 23 24#define SET_BANK(__nr,__start,__size) \ 25 mi->bank[__nr].start = (__start), \ --- 41 unchanged lines hidden --- | 21extern void __init pxa27x_init_irq(void); 22extern void __init pxa3xx_init_irq(void); 23extern void __init pxa_map_io(void); 24 25extern unsigned int get_clk_frequency_khz(int info); 26 27#define SET_BANK(__nr,__start,__size) \ 28 mi->bank[__nr].start = (__start), \ --- 41 unchanged lines hidden --- |