xref: /netbsd-src/sys/arch/hpcmips/include/cpu.h (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1 /*	$NetBSD: cpu.h,v 1.14 2014/03/26 17:53:36 christos Exp $	*/
2 
3 #include <mips/cpu.h>
4 #ifndef _LOCORE
5 int cpuname_printf(const char *, ...) __printflike(1, 2);
6 #endif
7