Home | History | Annotate | Line # | Download | only in machine
platid.h revision 1.2.16.3
      1  1.2.16.3  skrll /*	$NetBSD: platid.h,v 1.2.16.3 2004/09/21 13:15:59 skrll Exp $	*/
      2       1.1    uch 
      3       1.1    uch #ifdef MIPS
      4  1.2.16.1  skrll #define	hpcmips
      5       1.1    uch #endif
      6       1.1    uch #ifdef SHx
      7  1.2.16.1  skrll #define	hpcsh
      8       1.1    uch #endif
      9       1.1    uch #ifdef ARM
     10  1.2.16.1  skrll #define	hpcarm
     11       1.1    uch #endif
     12       1.2    uch #include "../../../include/platid.h"
     13