2002-03-03 17:28:48 +03:00
|
|
|
/* $NetBSD: cpu.h,v 1.2 2002/03/03 14:28:49 uch Exp $ */
|
2000-12-11 21:19:12 +03:00
|
|
|
#ifndef _DREAMCAST_CPU_H_
|
|
|
|
#define _DREAMCAST_CPU_H_
|
|
|
|
|
|
|
|
#include <sh3/cpu.h>
|
|
|
|
|
2002-03-03 17:28:48 +03:00
|
|
|
/*
|
|
|
|
* CTL_MACHDEP definitions.
|
|
|
|
*/
|
|
|
|
#define CPU_CONSDEV 1 /* dev_t: console terminal device */
|
|
|
|
#define CPU_MAXID 2 /* number of valid machdep ids */
|
|
|
|
|
|
|
|
#define CTL_MACHDEP_NAMES { \
|
|
|
|
{ 0, 0 }, \
|
|
|
|
{ "console_device", CTLTYPE_STRUCT }, \
|
|
|
|
}
|
|
|
|
|
2000-12-11 21:19:12 +03:00
|
|
|
#endif /* _DREAMCAST_CPU_H_ */
|