ext_caps.h 333 B

12345678910111213141516171819
  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. #ifndef EXTCAPS_H
  10. #define EXTCAPS_H
  11. /* MIPI vendor IDs */
  12. #define MIPI_VENDOR_NXP 0x11b
  13. int i3c_hci_parse_ext_caps(struct i3c_hci *hci);
  14. #endif