/arch/mips/vr41xx/common/type.c
http://github.com/mirrors/linux · C · 11 lines · 4 code · 1 blank · 6 comment · 0 complexity · f64aa166623557672b534c21520c6818 MD5 · raw file
- // SPDX-License-Identifier: GPL-2.0-or-later
- /*
- * type.c, System type for NEC VR4100 series.
- *
- * Copyright (C) 2005 Yoichi Yuasa <yuasa@linux-mips.org>
- */
- const char *get_system_type(void)
- {
- return "NEC VR4100 series";
- }