forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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