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 11enum lru_status 12rust_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 17