Commits
Sandeep Patil committed 7f4338a0150
ABI: ion: Update abi for ion-core changes ABI summary: Leaf changes summary: 1 artifact changed Changed leaf types summary: 1 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function (1 filtered out) Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 'enum ion_heap_type at ion.h:31:1' changed: type size hasn't changed 2 enumerator changes: 'ion_heap_type::ION_HEAP_TYPE_CHUNK' from value '2' to '3' at ion.h:31:1 'ion_heap_type::ION_HEAP_TYPE_CARVEOUT' from value '3' to '2' at ion.h:31:1 6 impacted interfaces: function int __ion_device_add_heap(ion_heap*, module*) function int ion_buffer_zero(ion_buffer*) function void ion_device_remove_heap(ion_heap*) function void* ion_heap_map_kernel(ion_heap*, ion_buffer*) function int ion_heap_map_user(ion_heap*, ion_buffer*, vm_area_struct*) function void ion_heap_unmap_kernel(ion_heap*, ion_buffer*) Bug: 140294230 Test: presubmit Change-Id: Ic97dd7896366d5a353afa994e4db604b7d244ed9 Signed-off-by: Sandeep Patil <sspatil@google.com>