]> git.karo-electronics.de Git - linux-beck.git/blob - arch/mips/loongson/fuloong-2e/machtype.c
e03aa0de617690370f7cab99f1026882da7355c4
[linux-beck.git] / arch / mips / loongson / fuloong-2e / machtype.c
1 /*
2  * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology
3  * Author: Wu Zhangjin, wuzj@lemote.com
4  *
5  * This program is free software; you can redistribute  it and/or modify it
6  * under  the terms of  the GNU General  Public License as published by the
7  * Free Software Foundation;  either version 2 of the  License, or (at your
8  * option) any later version.
9  */
10
11 const char *get_system_type(void)
12 {
13         return "lemote-fuloong-2e-box";
14 }
15