2 * Generic AR71xx machine support
4 * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
5 * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published
9 * by the Free Software Foundation.
12 #include <linux/init.h>
14 #include <asm/mips_machine.h>
15 #include <asm/mach-ar71xx/ar71xx.h>
17 static void __init
ar71xx_generic_init(void)
22 MIPS_MACHINE(AR71XX_MACH_GENERIC
, "Generic AR71xx board", ar71xx_generic_init
);
This page took 0.057149 seconds and 5 git commands to generate.