xref: /linux/drivers/android/binder/page_range_helper.h (revision 68a052239fc4b351e961f698b824f7654a346091)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2025 Google, Inc.
4  */
5 
6 #ifndef _LINUX_PAGE_RANGE_HELPER_H
7 #define _LINUX_PAGE_RANGE_HELPER_H
8 
9 #include <linux/list_lru.h>
10 
11 enum lru_status
12 rust_shrink_free_page_wrap(struct list_head *item, struct list_lru_one *list,
13 			   void *cb_arg);
14 
15 #endif /* _LINUX_PAGE_RANGE_HELPER_H */
16