#include <linux/serial.h> /* for rs_table, serial constants */ #include <linux/serial_reg.h> /* for more serial constants */ #include <linux/serial_core.h>
#include"spk_priv.h"
/* * this is cut&paste from 8250.h. Get rid of the structure, the definitions * and this whole broken driver.
*/ struct old_serial_port { unsignedint uart; /* unused */ unsignedint baud_base; unsignedint port; unsignedint irq;
upf_t flags; /* unused */
};
/* countdown values for serial timeouts in us */ #define SPK_SERIAL_TIMEOUT SPK_SYNTH_TIMEOUT /* countdown values transmitter/dsr timeouts in us */ #define SPK_XMITR_TIMEOUT 100000 /* countdown values cts timeouts in us */ #define SPK_CTS_TIMEOUT 100000 /* check ttyS0 ... ttyS3 */ #define SPK_LO_TTY 0 #define SPK_HI_TTY 3 /* # of timeouts permitted before disable */ #define NUM_DISABLE_TIMEOUTS 3 /* buffer timeout in ms */ #define SPK_TIMEOUT 100
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.