1 1.3 uch /* $NetBSD: cpu.h,v 1.3 2002/03/03 14:28:50 uch Exp $ */ 2 1.2 uch #ifndef _HPCSH_CPU_H_ 3 1.2 uch #define _HPCSH_CPU_H_ 4 1.1 itojun 5 1.1 itojun #include <sh3/cpu.h> 6 1.3 uch 7 1.3 uch /* 8 1.3 uch * CTL_MACHDEP definitions. 9 1.3 uch */ 10 1.3 uch #define CPU_CONSDEV 1 /* dev_t: console terminal device */ 11 1.3 uch #define CPU_MAXID 2 /* number of valid machdep ids */ 12 1.3 uch 13 1.3 uch #define CTL_MACHDEP_NAMES { \ 14 1.3 uch { 0, 0 }, \ 15 1.3 uch { "console_device", CTLTYPE_STRUCT }, \ 16 1.3 uch } 17 1.1 itojun 18 1.2 uch #endif /* _HPCSH_CPU_H_ */ 19