mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 14:52:17 +00:00
8 lines
202 B
C
8 lines
202 B
C
/* SPDX-License-Identifier: LGPL-2.1 */
|
|
/*
|
|
* Copyright IBM Corporation, 2010
|
|
* Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
|
|
*/
|
|
|
|
void p9_release_pages(struct page **pages, int nr_pages);
|