/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

  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * type.c, System type for NEC VR4100 series.
  4. *
  5. * Copyright (C) 2005 Yoichi Yuasa <yuasa@linux-mips.org>
  6. */
  7. const char *get_system_type(void)
  8. {
  9. return "NEC VR4100 series";
  10. }