xref: /linux/tools/testing/memblock/internal.h (revision 5cfe477f6a3f9a4d9b2906d442964f2115b0403f)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef _MM_INTERNAL_H
3 #define _MM_INTERNAL_H
4 
5 struct page {};
6 
7 void memblock_free_pages(struct page *page, unsigned long pfn,
8 			 unsigned int order)
9 {
10 }
11 
12 #endif
13