2 * Sparc specific proc functions for linux-user
4 * SPDX-License-Identifier: GPL-2.0-or-later
6 #ifndef SPARC_TARGET_PROC_H
7 #define SPARC_TARGET_PROC_H
9 static int open_cpuinfo(CPUArchState
*cpu_env
, int fd
)
11 dprintf(fd
, "type\t\t: sun4u\n");
14 #define HAVE_ARCH_PROC_CPUINFO
16 #endif /* SPARC_TARGET_PROC_H */