*
* SDUART:	streams drivers for duart
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
sfr	du	0	-	stty_ld,io
						

$$$

/* Reduce this, to 0, to make the DUART code less efficient and less able
 *	to keep up at very high speed, but to input with less latency.
 */
int duart_rsrv_duration = (HZ/300);


/* use BREAK to enter the kernel debugger */
int kdebugbreak = 0;
