summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-20 19:21:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-06-20 19:23:03 +0100
commit8deba38a3af34354680984186bdc80cfc6734138 (patch)
treed101ac1a74a2476360f97ad43483d6392709ae3a /lib/igt_debugfs.h
parent0e1f5e3e796ae383daeb8f1aa394ce5f030e7bb9 (diff)
igt/vgem_basic: Exercise opening sysfs/debugfs
For fun, debugfs/.../names currently explodes, so lets capture that and make sure that basic access to debugfs does no harm. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/igt_debugfs.h')
-rw-r--r--lib/igt_debugfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h
index d08fc237..7390fc57 100644
--- a/lib/igt_debugfs.h
+++ b/lib/igt_debugfs.h
@@ -175,4 +175,6 @@ void igt_enable_prefault(void);
*/
int igt_get_stable_obj_count(int driver);
+int igt_debugfs_dir(int fd);
+
#endif /* __IGT_DEBUGFS_H__ */