12345678910111213141516171819 |
- /* SPDX-License-Identifier: BSD-3-Clause */
- /*
- * Copyright (c) 2020, MIPI Alliance, Inc.
- *
- * Author: Nicolas Pitre <[email protected]>
- *
- * 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
|