2 * Generic RT305x machine setup
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
11 #include <linux/init.h>
13 #include <asm/mips_machine.h>
17 static void __init
rt305x_generic_init(void)
21 MIPS_MACHINE(RT305X_MACH_GENERIC
, "Generic RT305x board", rt305x_generic_init
);
This page took 0.039441 seconds and 5 git commands to generate.