Home | History | Annotate | Line # | Download | only in machine
platid.h revision 1.1
      1 /*	$NetBSD: platid.h,v 1.1 2001/02/09 18:35:30 uch 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 "../../../hpc/platid.h"
     13