Two swsusp patches:
[linux-flexiantxendom0-3.2.10.git] / arch / um / include / x11_kern.h
1 /* x11_kern */
2
3 struct x11_window;
4 struct x11_kerndata;
5
6 void x11_kbd_input(struct x11_kerndata *kd, int key, int down);
7 void x11_mouse_input(struct x11_kerndata *kd, int state, int x, int y);
8 void x11_cad(struct x11_kerndata *kd);