mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +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);
|