| 113 | |
| 114 | #ifdef CONFIG_SIM_X11FB |
| 115 | static void sim_x11update_work(void *arg) |
| 116 | { |
| 117 | sim_x11loop(); |
| 118 | work_queue_next_wq(g_work_queue, &g_x11update_work, sim_x11update_work, |
| 119 | NULL, SIM_X11UPDATE_PERIOD); |
| 120 | } |
| 121 | #endif |
| 122 | |
| 123 | /**************************************************************************** |
nothing calls this directly
no test coverage detected