generic.h (30f0b40844e5add7ad879e2f5939ff498f72f3e6) | generic.h (c95530c7798b760901c5d6212e528b03e323b8ac) |
---|---|
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_low(void); 16extern void __init pxa_init_irq_high(void); 17extern void __init pxa_init_irq_gpio(int gpio_nr); | 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_low(void); 16extern void __init pxa_init_irq_high(void); 17extern void __init pxa_init_irq_gpio(int gpio_nr); |
18extern void __init pxa_init_irq_set_wake(int (*set_wake)(unsigned int, unsigned int)); |
|
18extern void __init pxa25x_init_irq(void); 19extern void __init pxa27x_init_irq(void); 20extern void __init pxa_map_io(void); 21 22extern unsigned int get_clk_frequency_khz(int info); 23extern int pxa_last_gpio; 24 25#define SET_BANK(__nr,__start,__size) \ --- 20 unchanged lines hidden --- | 19extern void __init pxa25x_init_irq(void); 20extern void __init pxa27x_init_irq(void); 21extern void __init pxa_map_io(void); 22 23extern unsigned int get_clk_frequency_khz(int info); 24extern int pxa_last_gpio; 25 26#define SET_BANK(__nr,__start,__size) \ --- 20 unchanged lines hidden --- |