aboutsummaryrefslogtreecommitdiff
path: root/lib/debugfs/blobs.h
blob: 4aa3481534310a91f436ee00ec24961e0aec839c (plain)
1
2
3
4
5
6
7
8
9
10
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}
};