lib: Add a helper to wait for a keypress

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2014-02-06 21:06:07 +00:00
parent c7e3413a08
commit 377f48afe6
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -362,4 +362,6 @@ void igt_system_suspend_autoresume(void);
/* dropping priviledges */
void igt_drop_root(void);
void igt_wait_for_keypress(void);
#endif /* DRMTEST_H */