blob: 52340297e539dd972f5d80eefd75f21fb76710be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $NetBSD: platid.h,v 1.4 2005/12/11 12:17:29 christos Exp $ */
#ifdef MIPS
#define hpcmips
#endif
#ifdef SHx
#define hpcsh
#endif
#ifdef ARM
#define hpcarm
#endif
#include "../../../include/platid.h"
|