提交 a7b7511a 编写于 作者: J Jaswinder Singh 提交者: Ingo Molnar

x86: e820.c declare pci_mem_start before they get used

Signed-off-by: NJaswinder Singh <jaswinder@infradead.org>
上级 5314d48e
......@@ -64,6 +64,7 @@ struct e820map {
extern struct e820map e820;
extern struct e820map e820_saved;
extern unsigned long pci_mem_start;
extern int e820_any_mapped(u64 start, u64 end, unsigned type);
extern int e820_all_mapped(u64 start, u64 end, unsigned type);
extern void e820_add_region(u64 start, u64 size, int type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册