blob: d25b6fb34037d00bf69bf9c80ccf465da0db6e10 [file] [log] [blame] [edit]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2022 Google LLC
* Author: Keir Fraser <keirf@google.com>
*/
#ifndef __ASM_MEM_RELINQUISH_H
#define __ASM_MEM_RELINQUISH_H
struct page;
void page_relinquish(struct page *page);
void post_page_relinquish_tlb_inv(void);
#endif /* __ASM_MEM_RELINQUISH_H */