blob: 45836a92b7a1c05d550b7422ffc56025e391e2ee [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Yoichi Yuasa8bb670c2005-09-03 15:56:05 -07002 * type.c, System type for NEC VR4100 series.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
Ralf Baechle70342282013-01-22 12:59:30 +01004 * Copyright (C) 2005 Yoichi Yuasa <yuasa@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21const char *get_system_type(void)
22{
Yoichi Yuasa8bb670c2005-09-03 15:56:05 -070023 return "NEC VR4100 series";
Linus Torvalds1da177e2005-04-16 15:20:36 -070024}