]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/speakup/spk_types.h
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / staging / speakup / spk_types.h
index a446064b6c91bcfe02d1ab0c91f8e3278eb94b4e..c156975392c8d3142464c78c7026d771fa39e37a 100644 (file)
@@ -150,6 +150,8 @@ struct spk_synth;
 
 struct spk_io_ops {
        int (*synth_out)(struct spk_synth *synth, const char ch);
+       void (*send_xchar)(char ch);
+       void (*tiocmset)(unsigned int set, unsigned int clear);
 };
 
 struct spk_synth {