aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugfs/devc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugfs/devc.c')
-rw-r--r--lib/debugfs/devc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debugfs/devc.c b/lib/debugfs/devc.c
index 13c553d3e..1099a85d8 100644
--- a/lib/debugfs/devc.c
+++ b/lib/debugfs/devc.c
@@ -7,9 +7,11 @@
typedef struct dev dev_t;
extern dev_t rootdevtab;
+extern dev_t fipdevtab;
dev_t *const devtab[] = {
&rootdevtab,
+ &fipdevtab,
0
};