Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62060692 authored by Hyesoo Yu's avatar Hyesoo Yu Committed by Hridya Valsaraju
Browse files

ANDROID: staging: ion: Export query function to be used in modules



Export the ion_query_heaps_kernel to allow the module
to get the registered heap information.

Bug: 149961819

Signed-off-by: default avatarHyesoo Yu <hyesoo.yu@samsung.com>
Change-Id: I3756ef0cbd17611593c8d2f45e46476a864faaec
parent 767a92e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ size_t ion_query_heaps_kernel(struct ion_heap_data *hdata, size_t size)
	up_read(&dev->lock);
	return num_heaps;
}
EXPORT_SYMBOL_GPL(ion_query_heaps_kernel);

static int ion_query_heaps(struct ion_heap_query *query)
{