![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-or-later 0002 #include <linux/mmzone.h> 0003 0004 struct pglist_data *first_online_pgdat(void) 0005 { 0006 return NULL; 0007 } 0008 0009 struct pglist_data *next_online_pgdat(struct pglist_data *pgdat) 0010 { 0011 return NULL; 0012 } 0013 0014 void reserve_bootmem_region(phys_addr_t start, phys_addr_t end) 0015 { 0016 } 0017 0018 void atomic_long_set(atomic_long_t *v, long i) 0019 { 0020 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |