lib: move prefault helpers to igt_debugfs.c

This way all debugfs library code is in one place, ready for some api
documentation care.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-12 16:53:47 +01:00
parent 55e64989e5
commit adb28fd71d
6 changed files with 55 additions and 42 deletions
+8
View File
@@ -96,4 +96,12 @@ void igt_pipe_crc_collect_crc(igt_pipe_crc_t *pipe_crc, igt_crc_t *out_crc);
void igt_drop_caches_set(uint64_t val);
/*
* Prefault control
*/
void igt_disable_prefault(void);
void igt_enable_prefault(void);
#endif /* __IGT_DEBUGFS_H__ */