![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 #ifndef _MM_INTERNAL_H 0003 #define _MM_INTERNAL_H 0004 0005 /* 0006 * Enable memblock_dbg() messages 0007 */ 0008 #ifdef MEMBLOCK_DEBUG 0009 static int memblock_debug = 1; 0010 #endif 0011 0012 #define pr_warn_ratelimited(fmt, ...) printf(fmt, ##__VA_ARGS__) 0013 0014 bool mirrored_kernelcore = false; 0015 0016 struct page {}; 0017 0018 void memblock_free_pages(struct page *page, unsigned long pfn, 0019 unsigned int order) 0020 { 0021 } 0022 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |