Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-3-Clause */
0002 /*
0003  * Copyright (c) 2020, MIPI Alliance, Inc.
0004  *
0005  * Author: Nicolas Pitre <npitre@baylibre.com>
0006  *
0007  * Extended Capability Definitions
0008  */
0009 
0010 #ifndef EXTCAPS_H
0011 #define EXTCAPS_H
0012 
0013 /* MIPI vendor IDs */
0014 #define MIPI_VENDOR_NXP         0x11b
0015 
0016 
0017 int i3c_hci_parse_ext_caps(struct i3c_hci *hci);
0018 
0019 #endif