NetBSD/sys/arch/hpc/stand/include/machine/platid.h

13 lines
198 B
C

/* $NetBSD: platid.h,v 1.2 2002/02/01 18:16:05 uch Exp $ */
#ifdef MIPS
#define hpcmips
#endif
#ifdef SHx
#define hpcsh
#endif
#ifdef ARM
#define hpcarm
#endif
#include "../../../include/platid.h"