xref: /linux/net/9p/trans_common.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 /* SPDX-License-Identifier: LGPL-2.1 */
2 /*
3  * Copyright IBM Corporation, 2010
4  * Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
5  */
6 
7 void p9_release_pages(struct page **pages, int nr_pages);
8