mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 12:25:18 +02:00
ANDROID: virt: gunyah: Update protype for platform hooks
Reflect the correct prototype for gunyah_rm_platform_{pre|reclaim}_demand_page. Bug: 345245583 Change-Id: Iadd25fcc477f20cac1212c41521124794830be8e Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
This commit is contained in:
parent
741c7f2942
commit
d5e6efdca3
|
@ -140,8 +140,10 @@ int gunyah_rm_platform_post_mem_reclaim(
|
||||||
struct gunyah_rm *rm, struct gunyah_rm_mem_parcel *mem_parcel);
|
struct gunyah_rm *rm, struct gunyah_rm_mem_parcel *mem_parcel);
|
||||||
|
|
||||||
int gunyah_rm_platform_pre_demand_page(struct gunyah_rm *rm, u16 vmid,
|
int gunyah_rm_platform_pre_demand_page(struct gunyah_rm *rm, u16 vmid,
|
||||||
u32 flags, struct folio *folio);
|
enum gunyah_pagetable_access access,
|
||||||
|
struct folio *folio);
|
||||||
int gunyah_rm_platform_reclaim_demand_page(struct gunyah_rm *rm, u16 vmid,
|
int gunyah_rm_platform_reclaim_demand_page(struct gunyah_rm *rm, u16 vmid,
|
||||||
u32 flags, struct folio *folio);
|
enum gunyah_pagetable_access access,
|
||||||
|
struct folio *folio);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user