summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_internal.h')
-rw-r--r--nuttx/arch/sim/src/up_internal.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/nuttx/arch/sim/src/up_internal.h b/nuttx/arch/sim/src/up_internal.h
index 71a2380e2..2a1d9372a 100644
--- a/nuttx/arch/sim/src/up_internal.h
+++ b/nuttx/arch/sim/src/up_internal.h
@@ -63,18 +63,6 @@
# endif
#endif
-#ifdef CONFIG_SIM_TOUCHSCREEN
-# ifndef CONFIG_SIM_EVLOOPPRIORITY
-# define CONFIG_SIM_EVLOOPPRIORITY 50
-# endif
-# ifndef CONFIG_SIM_EVLOOPSTACKSIZE
-# define CONFIG_SIM_EVLOOPSTACKSIZE 4096
-# endif
-#else
-# undef CONFIG_SIM_EVLOOPPRIORITY
-# undef CONFIG_SIM_EVLOOPSTACKSIZE
-#endif
-
/* Context Switching Definitions ******************************************/
/* Storage order: %ebx, $esi, %edi, %ebp, sp, and return PC */
@@ -174,7 +162,7 @@ extern int up_x11cmap(unsigned short first, unsigned short len,
#ifdef CONFIG_SIM_X11FB
#ifdef CONFIG_SIM_TOUCHSCREEN
-extern int up_x11eventloop(int argc, char *argv[]);
+extern int up_x11eventloop(void);
#endif
#endif