aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/cavium/include/bdk/bdk-devicetree.h
blob: 0716387d7b7d0459c6fd6baf5deea4717a46200e (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

struct bdk_devicetree_key_value {
	const char *key;
	const char *value;
};