1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 struct bdk_devicetree_key_value { 4 const char *key; 5 const char *value; 6 }; 7