blob: 4aa3481534310a91f436ee00ec24961e0aec839c [file] [log] [blame]
Olivier Deprez0ca39132019-09-19 17:46:46 +02001/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include "dev.h"
8
9static const dirtab_t blobtab[] = {
10 {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ}
11};