mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 06:14:24 +08:00
13 lines
211 B
C
13 lines
211 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
#ifndef _MM_INTERNAL_H
|
||
|
#define _MM_INTERNAL_H
|
||
|
|
||
|
struct page {};
|
||
|
|
||
|
void memblock_free_pages(struct page *page, unsigned long pfn,
|
||
|
unsigned int order)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
#endif
|