mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: Update the ABI representation
1 function symbol(s) added 'int extcon_set_property_sync(struct extcon_dev *, unsigned int, unsigned int, union extcon_property_value)' Bug: 257490462 Change-Id: I616c041604a84ef869fa818f3a0244b80f281656 Signed-off-by: Kyle Tso <kyletso@google.com>
This commit is contained in:
@@ -1816,6 +1816,7 @@
|
||||
<elf-symbol name='extcon_register_notifier' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x75d762a9'/>
|
||||
<elf-symbol name='extcon_set_property' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x340c1441'/>
|
||||
<elf-symbol name='extcon_set_property_capability' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xe4bb1b0f'/>
|
||||
<elf-symbol name='extcon_set_property_sync' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xa39515b0'/>
|
||||
<elf-symbol name='extcon_set_state' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x87f977be'/>
|
||||
<elf-symbol name='extcon_set_state_sync' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x8e914c22'/>
|
||||
<elf-symbol name='extcon_sync' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xfa7f37f1'/>
|
||||
@@ -125489,6 +125490,13 @@
|
||||
<parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='817' column='1'/>
|
||||
<return type-id='95e97e5e'/>
|
||||
</function-decl>
|
||||
<function-decl name='extcon_set_property_sync' mangled-name='extcon_set_property_sync' filepath='drivers/extcon/extcon.c' line='759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_property_sync'>
|
||||
<parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='759' column='1'/>
|
||||
<parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='759' column='1'/>
|
||||
<parameter type-id='f0981eeb' name='prop' filepath='drivers/extcon/extcon.c' line='760' column='1'/>
|
||||
<parameter type-id='282b2805' name='prop_val' filepath='drivers/extcon/extcon.c' line='761' column='1'/>
|
||||
<return type-id='95e97e5e'/>
|
||||
</function-decl>
|
||||
<function-decl name='extcon_set_state' mangled-name='extcon_set_state' filepath='drivers/extcon/extcon.c' line='522' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='extcon_set_state'>
|
||||
<parameter type-id='c0d6fada' name='edev' filepath='drivers/extcon/extcon.c' line='522' column='1'/>
|
||||
<parameter type-id='f0981eeb' name='id' filepath='drivers/extcon/extcon.c' line='522' column='1'/>
|
||||
@@ -139221,6 +139229,7 @@
|
||||
</abi-instr>
|
||||
</abi-corpus>
|
||||
</abi-corpus-group>
|
||||
|
||||
<!--
|
||||
libabigail: abidw: 2.1.0SOONG BUILD NUMBER PLACEHOLDER
|
||||
-->
|
||||
|
||||
@@ -847,6 +847,7 @@
|
||||
extcon_register_notifier
|
||||
extcon_set_property
|
||||
extcon_set_property_capability
|
||||
extcon_set_property_sync
|
||||
extcon_set_state_sync
|
||||
extcon_unregister_notifier
|
||||
failure_tracking
|
||||
|
||||
Reference in New Issue
Block a user