aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master/mipi-i3c-hci/ext_caps.h
blob: 9df17822fdb40972dfddfb0e661e4d642a0bafe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: BSD-3-Clause */
/*
 * Copyright (c) 2020, MIPI Alliance, Inc.
 *
 * Author: Nicolas Pitre <npitre@baylibre.com>
 *
 * Extended Capability Definitions
 */

#ifndef EXTCAPS_H
#define EXTCAPS_H

/* MIPI vendor IDs */
#define MIPI_VENDOR_NXP			0x11b


int i3c_hci_parse_ext_caps(struct i3c_hci *hci);

#endif