blob: 32134db6abf356e46c516678ff4f53100e2e244f (
plain)
1
2
3
4
5
6
7
  | 
/* SPDX-License-Identifier: LGPL-2.1 */
/*
 * Copyright IBM Corporation, 2010
 * Author Venkateswararao Jujjuri <[email protected]>
 */
void p9_release_pages(struct page **pages, int nr_pages);
  |