summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-16 14:52:32 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-17 09:47:50 +0100
commitdcf947aa4f2de2f3aa4766e0e3d31d2a992d3d84 (patch)
treed3617bca3b7cefe02839daafb4cd4841baadd26e /lib/igt_debugfs.h
parentcc8f0e6e3ab72beb6b296dd866fd27842dec283f (diff)
lib/igt_debugfs: Remove igt_debugfs_init
And also move the igt_debugfs_t type out of the headers. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_debugfs.h')
-rw-r--r--lib/igt_debugfs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h
index c207e019..1618d8e4 100644
--- a/lib/igt_debugfs.h
+++ b/lib/igt_debugfs.h
@@ -31,17 +31,6 @@
#include "igt_display.h"
-/**
- * igt_debugfs_t:
- *
- * debugfs access structure. Needs to be initialized with igt_debugfs_init().
- */
-typedef struct {
- char root[128];
- char dri_path[128];
-} igt_debugfs_t;
-
-void igt_debugfs_init(igt_debugfs_t *debugfs);
int igt_debugfs_open(const char *filename, int mode);
FILE *igt_debugfs_fopen(const char *filename,
const char *mode);