brintos

brintos / linux-shallow public Read only

0
0
Text · 333 B · 9df1782 Raw
20 lines · c
1/* SPDX-License-Identifier: BSD-3-Clause */2/*3 * Copyright (c) 2020, MIPI Alliance, Inc.4 *5 * Author: Nicolas Pitre <npitre@baylibre.com>6 *7 * Extended Capability Definitions8 */9 10#ifndef EXTCAPS_H11#define EXTCAPS_H12 13/* MIPI vendor IDs */14#define MIPI_VENDOR_NXP			0x11b15 16 17int i3c_hci_parse_ext_caps(struct i3c_hci *hci);18 19#endif20