add common setup code
[oweals/openwrt.git] / target / linux / ramips / files / arch / mips / include / asm / mach-ralink / common.h
1 /*
2  *  Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
3  *
4  *  This program is free software; you can redistribute it and/or modify it
5  *  under the terms of the GNU General Public License version 2 as published
6  *  by the Free Software Foundation.
7  */
8
9 #ifndef __ASM_MACH_RALINK_COMMON_H
10 #define __ASM_MACH_RALINK_COMMON_H
11
12 void __init ramips_intc_irq_init(unsigned intc_base, unsigned irq,
13                                  unsigned irq_base);
14 u32 ramips_intc_get_status(void);
15
16 void __init ramips_soc_setup(void);
17
18 #endif /* __ASM_MACH_RALINK_COMMON_H */