Go to the documentation of this file.
24 #ifndef _SPEAKUP_PRIVATE_H
25 #define _SPEAKUP_PRIVATE_H
31 #define pr_warn(fmt, arg...) printk(KERN_WARNING fmt, ##arg)
34 #define V_LAST_VAR { MAXVARS }
36 #define SYNTH_CHECK 20030716
89 #define spk_lock(flags) spin_lock_irqsave(&speakup_info.spinlock, flags)
90 #define spk_trylock(flags) spin_trylock_irqsave(&speakup_info.spinlock, flags)
91 #define spk_unlock(flags) spin_unlock_irqrestore(&speakup_info.spinlock, flags)