aboutsummaryrefslogtreecommitdiff
path: root/lib/debugfs/blobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugfs/blobs.h')
-rw-r--r--lib/debugfs/blobs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/debugfs/blobs.h b/lib/debugfs/blobs.h
new file mode 100644
index 0000000000..4aa3481534
--- /dev/null
+++ b/lib/debugfs/blobs.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2019, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#include "dev.h"
+
+static const dirtab_t blobtab[] = {
+ {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ}
+};