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