hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/x86/include/asm/e820/api.h
....@@ -10,6 +10,7 @@
1010
1111 extern unsigned long pci_mem_start;
1212
13
+extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
1314 extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
1415 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
1516