summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include/cpu.h
blob: f6d18d48de020b0ccbc3d90b1d0d59165ac6f4cd (plain)
1
2
3
4
5
6
/*	$NetBSD: cpu.h,v 1.14 2014/03/26 17:53:36 christos Exp $	*/

#include <mips/cpu.h>
#ifndef _LOCORE
int cpuname_printf(const char *, ...) __printflike(1, 2);
#endif