1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
3 #endif
4 
5 #include "xf86_OSlib.h"
6 
7 void
xf86OpenConsole(void)8 xf86OpenConsole(void)
9 {
10 }
11 
12 void
xf86CloseConsole(void)13 xf86CloseConsole(void)
14 {
15 }
16 
17 int
xf86ProcessArgument(int argc,char * argv[],int i)18 xf86ProcessArgument(int argc, char *argv[], int i)
19 {
20     return 0;
21 }
22 
23 void
xf86UseMsg(void)24 xf86UseMsg(void)
25 {
26 }
27 
28 void
xf86OSInputThreadInit(void)29 xf86OSInputThreadInit(void)
30 {
31     return;
32 }
33