generic.h (4ba24fef3eb3b142197135223b90ced2f319cd53) generic.h (5e1d01285140a8cd90676ba15c06c8ec700fd618)
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

--- 12 unchanged lines hidden (view full) ---

21
22#define SET_BANK(__nr,__start,__size) \
23 mi->bank[__nr].start = (__start), \
24 mi->bank[__nr].size = (__size)
25
26#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
27
28#define pxa25x_handle_irq icip_handle_irq
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

--- 12 unchanged lines hidden (view full) ---

21
22#define SET_BANK(__nr,__start,__size) \
23 mi->bank[__nr].start = (__start), \
24 mi->bank[__nr].size = (__size)
25
26#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
27
28#define pxa25x_handle_irq icip_handle_irq
29extern int __init pxa25x_clocks_init(void);
29extern void __init pxa25x_init_irq(void);
30extern void __init pxa25x_map_io(void);
31extern void __init pxa26x_init_irq(void);
32
33#define pxa27x_handle_irq ichp_handle_irq
30extern void __init pxa25x_init_irq(void);
31extern void __init pxa25x_map_io(void);
32extern void __init pxa26x_init_irq(void);
33
34#define pxa27x_handle_irq ichp_handle_irq
35extern int __init pxa27x_clocks_init(void);
34extern void __init pxa27x_dt_init_irq(void);
35extern unsigned pxa27x_get_clk_frequency_khz(int);
36extern void __init pxa27x_init_irq(void);
37extern void __init pxa27x_map_io(void);
38
39#define pxa3xx_handle_irq ichp_handle_irq
40extern void __init pxa3xx_dt_init_irq(void);
41extern void __init pxa3xx_init_irq(void);

--- 39 unchanged lines hidden ---
36extern void __init pxa27x_dt_init_irq(void);
37extern unsigned pxa27x_get_clk_frequency_khz(int);
38extern void __init pxa27x_init_irq(void);
39extern void __init pxa27x_map_io(void);
40
41#define pxa3xx_handle_irq ichp_handle_irq
42extern void __init pxa3xx_dt_init_irq(void);
43extern void __init pxa3xx_init_irq(void);

--- 39 unchanged lines hidden ---