• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2022 Google LLC
4  * Author: Keir Fraser <keirf@google.com>
5  */
6 
7 #ifndef __ASM_MEM_RELINQUISH_H
8 #define __ASM_MEM_RELINQUISH_H
9 
10 struct page;
11 
12 bool kvm_has_memrelinquish_services(void);
13 void page_relinquish(struct page *page);
14 
15 #endif	/* __ASM_MEM_RELINQUISH_H */
16