Home | History | Annotate | Line # | Download | only in machine
platid.h revision 1.1.6.1
      1  1.1.6.1  jdolecek /*	$NetBSD: platid.h,v 1.1.6.1 2002/02/11 20:08:00 jdolecek Exp $	*/
      2      1.1       uch 
      3      1.1       uch #ifdef MIPS
      4      1.1       uch #define hpcmips
      5      1.1       uch #endif
      6      1.1       uch #ifdef SHx
      7      1.1       uch #define hpcsh
      8      1.1       uch #endif
      9      1.1       uch #ifdef ARM
     10      1.1       uch #define hpcarm
     11      1.1       uch #endif
     12  1.1.6.1  jdolecek #include "../../../include/platid.h"
     13