Linux Audio

Check our new training course

Loading...
v6.9.4
1/* SPDX-License-Identifier: LGPL-2.1 */
2/*
3 * Copyright IBM Corporation, 2010
4 * Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
 
 
 
 
 
 
 
 
 
5 */
6
7void p9_release_pages(struct page **pages, int nr_pages);
v5.4
 
 1/*
 2 * Copyright IBM Corporation, 2010
 3 * Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
 4 *
 5 * This program is free software; you can redistribute it and/or modify it
 6 * under the terms of version 2.1 of the GNU Lesser General Public License
 7 * as published by the Free Software Foundation.
 8 *
 9 * This program is distributed in the hope that it would be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 *
13 */
14
15void p9_release_pages(struct page **, int);