mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user