mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
7 lines
137 B
C
7 lines
137 B
C
/* $NetBSD: cpu.h,v 1.13 2010/01/21 01:23:15 pooka Exp $ */
|
|
|
|
#include <mips/cpu.h>
|
|
#ifndef _LOCORE
|
|
extern char hpcmips_cpuname[];
|
|
#endif
|