mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00: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
|