ramips: properly setup the FEATURES variable
[openwrt.git] / target / linux / ramips / files-3.7 / arch / mips / include / asm / mach-ralink / common.h
1 /*
2  *  Copyright (C) 2009-2011 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 #define RAMIPS_SYS_TYPE_LEN     64
13 extern unsigned char ramips_sys_type[RAMIPS_SYS_TYPE_LEN];
14 extern unsigned long ramips_mem_base;
15 extern unsigned long ramips_mem_size_min;
16 extern unsigned long ramips_mem_size_max;
17 extern unsigned long (*ramips_get_mem_size)(void);
18
19 void ramips_intc_irq_init(unsigned intc_base, unsigned irq, unsigned irq_base);
20 u32 ramips_intc_get_status(void);
21
22 void ramips_soc_prom_init(void);
23 void ramips_soc_setup(void);
24 void ramips_early_serial_setup(int line, unsigned base, unsigned freq,
25                                unsigned irq);
26
27 #endif /* __ASM_MACH_RALINK_COMMON_H */