summaryrefslogtreecommitdiff
path: root/overlay/debugfs.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-23 15:51:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-23 15:53:01 +0100
commit9574cb1a3de0dfe45c59420e2cb9a74fc23baecc (patch)
treeaa474dcec21c0f00196394e6d78a4e97bd9bce06 /overlay/debugfs.h
parentfd88db77cccf5d8d9be133dfcb3cdc3ff3f219f3 (diff)
overlay: Search for right debugfs path
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/debugfs.h')
-rw-r--r--overlay/debugfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/debugfs.h b/overlay/debugfs.h
index 476553c9..0e5ad95d 100644
--- a/overlay/debugfs.h
+++ b/overlay/debugfs.h
@@ -25,6 +25,7 @@
#ifndef DEBUGFS_H
#define DEBUGFS_H
+extern char debugfs_path[128];
int debugfs_init(void);
#endif /* DEBUGFS_H */