162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2001-2008 Silicon Graphics, Inc. All rights reserved. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Prototypes for the uncached page allocator 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciextern unsigned long uncached_alloc_page(int starting_nid, int n_pages); 962306a36Sopenharmony_ciextern void uncached_free_page(unsigned long uc_addr, int n_pages); 10