mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
lib/igt_debugfs: Remove debugfs from igt_debugfs_open
Also update the api docs a bit since the Returns: section was missing. v2: Readd the accidentally lost line for @filename. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ typedef struct {
|
||||
} igt_debugfs_t;
|
||||
|
||||
void igt_debugfs_init(igt_debugfs_t *debugfs);
|
||||
int igt_debugfs_open(igt_debugfs_t *debugfs, const char *filename, int mode);
|
||||
int igt_debugfs_open(const char *filename, int mode);
|
||||
FILE *igt_debugfs_fopen(igt_debugfs_t *debugfs, const char *filename,
|
||||
const char *mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user