X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fstaging%2Fspeakup%2Fspeakup.h;h=74fe72429b2de25686407939fb2e8977891cd4da;hb=5a22665df4777a97757bbf3e4a707173660c9867;hp=0126f714821a126808670de2655b0017461b5346;hpb=f755407dd19072b7d20719bc5454caed9ab41cc1;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/staging/speakup/speakup.h b/drivers/staging/speakup/speakup.h index 0126f714821a..74fe72429b2d 100644 --- a/drivers/staging/speakup/speakup.h +++ b/drivers/staging/speakup/speakup.h @@ -77,6 +77,7 @@ extern void synth_buffer_clear(void); extern void speakup_clear_selection(void); extern int speakup_set_selection(struct tty_struct *tty); extern int speakup_paste_selection(struct tty_struct *tty); +extern void speakup_cancel_paste(void); extern void speakup_register_devsynth(void); extern void speakup_unregister_devsynth(void); extern void synth_write(const char *buf, size_t count);