cpufreq/amd-pstate: Stop caching EPP
[pf-kernel.git] / drivers / i3c / master / mipi-i3c-hci / ext_caps.h
blob9df17822fdb40972dfddfb0e661e4d642a0bafe6
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /*
3 * Copyright (c) 2020, MIPI Alliance, Inc.
5 * Author: Nicolas Pitre <npitre@baylibre.com>
7 * Extended Capability Definitions
8 */
10 #ifndef EXTCAPS_H
11 #define EXTCAPS_H
13 /* MIPI vendor IDs */
14 #define MIPI_VENDOR_NXP 0x11b
17 int i3c_hci_parse_ext_caps(struct i3c_hci *hci);
19 #endif