From 28be65d746c885e2b14b6e81b51e9b0187751af3 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sat, 4 Nov 2017 04:00:10 +0000 Subject: [PATCH] Make extern declarations --- arch/memory.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/memory.h b/arch/memory.h index e67e426..cfddab5 100644 --- a/arch/memory.h +++ b/arch/memory.h @@ -1,6 +1,10 @@ #ifndef KERNELMQ_INCLUDED_MEMORY #define KERNELMQ_INCLUDED_MEMORY 1 +extern const unsigned int memory_offset; +extern const unsigned int memory_phys_base; +extern const unsigned int memory_virt_base; + void print_memory_info(); #endif