2 * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
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.
9 #ifndef __ASM_MACH_RALINK_COMMON_H
10 #define __ASM_MACH_RALINK_COMMON_H
12 #define RAMIPS_SYS_TYPE_LEN 64
13 extern unsigned char ramips_sys_type
[RAMIPS_SYS_TYPE_LEN
];
15 void ramips_intc_irq_init(unsigned intc_base
, unsigned irq
, unsigned irq_base
);
16 u32
ramips_intc_get_status(void);
18 void ramips_soc_setup(void);
19 void ramips_gpio_init(void);
20 void ramips_early_serial_setup(int line
, unsigned base
, unsigned freq
,
23 #endif /* __ASM_MACH_RALINK_COMMON_H */
This page took 0.044507 seconds and 5 git commands to generate.