xref: /netbsd-src/sys/arch/hpc/stand/include/machine/platid.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: platid.h,v 1.4 2005/12/11 12:17:29 christos Exp $	*/
2 
3 #ifdef MIPS
4 #define	hpcmips
5 #endif
6 #ifdef SHx
7 #define	hpcsh
8 #endif
9 #ifdef ARM
10 #define	hpcarm
11 #endif
12 #include "../../../include/platid.h"
13