ANDROID: abi_gki_aarch64_qcom: Add I3C interface symbols to qcom tree
This change adds I3C device interface functions into the qcom symbol list.
Helps fixing the ABI differences. These functions can be used by client
driver registering with the i3c master.
Leaf changes summary: 6 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 6 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
6 Added functions:
[A] 'function int i3c_device_disable_ibi(i3c_device*)'
[A] 'function int i3c_device_enable_ibi(i3c_device*)'
[A] 'function void i3c_device_free_ibi(i3c_device*)'
[A] 'function void i3c_device_get_info(i3c_device*, i3c_device_info*)'
[A] 'function int i3c_device_request_ibi(i3c_device*, const i3c_ibi_setup*)'
[A] 'function device* i3cdev_to_dev(i3c_device*)'
Bug: 234313682
Signed-off-by:
Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com>
Change-Id: I3d314933b1b83dcbe92c4a63519f430c95e2a224
Loading
Please sign in to comment