]> Git Repo - linux.git/blob - drivers/i3c/master/mipi-i3c-hci/ext_caps.h
dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and CPU ports
[linux.git] / drivers / i3c / master / mipi-i3c-hci / ext_caps.h
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /*
3  * Copyright (c) 2020, MIPI Alliance, Inc.
4  *
5  * Author: Nicolas Pitre <[email protected]>
6  *
7  * Extended Capability Definitions
8  */
9
10 #ifndef EXTCAPS_H
11 #define EXTCAPS_H
12
13 /* MIPI vendor IDs */
14 #define MIPI_VENDOR_NXP                 0x11b
15
16
17 int i3c_hci_parse_ext_caps(struct i3c_hci *hci);
18
19 #endif
This page took 0.038729 seconds and 4 git commands to generate.