diff options
Diffstat (limited to 'lib/igt_debugfs.h')
-rw-r--r-- | lib/igt_debugfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h index 58ca07f5..1233cd8f 100644 --- a/lib/igt_debugfs.h +++ b/lib/igt_debugfs.h @@ -35,6 +35,7 @@ const char *igt_debugfs_mount(void); char *igt_debugfs_path(int device, char *path, int pathlen); int igt_debugfs_dir(int device); +int igt_debugfs_connector_dir(int device, char *conn_name, int mode); int igt_debugfs_open(int fd, const char *filename, int mode); void __igt_debugfs_read(int fd, const char *filename, char *buf, int size); |