NetBSD/sys/arch/sh3/include
msaitoh d191cbf210 add interrupt mode into wdog
To use:

	ioctl(fd, SIOWDOGSETMODE, &val)

	val:	WDOGM_RESET	-> reset when counter expired
		WDOGM_INTR	-> print PC when counter expired (new!)

This interface is still under experimental.
2000-10-31 02:04:12 +00:00
..
Makefile
ansi.h
aout_machdep.h
asm.h
bootinfo.h
bscreg.h
bswap.h
bus.h
ccrreg.h
cdefs.h
coff_machdep.h
cpgreg.h
cpu.h Make need_resched() take a "struct cpu_info *" argument. This 2000-08-25 01:04:06 +00:00
cpufunc.h Add breakpoint(). 2000-09-06 11:25:13 +00:00
cputypes.h
db_disasm.h
db_machdep.h DDB single step and stack trace support. 2000-09-08 10:15:23 +00:00
disklabel.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
frame.h DDB single step and stack trace support. 2000-09-08 10:15:23 +00:00
ieee.h
ieeefp.h
int_types.h
intcreg.h
intr.h Add spllock(). See spl(9) for details. 2000-08-22 19:46:26 +00:00
limits.h Preparation for the future introduction of multibyte locale. 2000-08-08 22:31:13 +00:00
lock.h
math.h
mmureg.h - move MMUCR_VALIDBITS definition into mmureg.h. 2000-09-04 05:48:35 +00:00
param.h
pcb.h
pfcreg.h
pio.h
pmap.h We do wired page accounting. Tell UVM about this. 2000-09-28 14:03:38 +00:00
proc.h
profile.h MD part of mcount. 2000-08-22 11:25:49 +00:00
psl.h
pte.h
ptrace.h
reg.h
rtcreg.h
scifreg.h
scireg.h
segments.h
setjmp.h
sh_opcode.h
shbvar.h
signal.h
stdarg.h
tmureg.h
trap.h
trapreg.h
types.h Correct label_t size. 2000-09-04 22:18:43 +00:00
ubcreg.h
va-sh.h
varargs.h
vmparam.h
wdogvar.h add interrupt mode into wdog 2000-10-31 02:04:12 +00:00
wdtreg.h