]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - fixup missing "extern" declaration in xen.h.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 22 Jun 2012 00:54:22 +0000 (20:54 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 22 Jun 2012 01:00:18 +0000 (21:00 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/xen.h

index cc506a6ef96ec8daf84568a440e566740e01b223..b664d9c9c72a7f7fed40e8501f79a0bc7b8ac1d1 100644 (file)
--- a/src/xen.h
+++ b/src/xen.h
@@ -17,7 +17,7 @@ static inline int usingXen(void) {
     return (xen_cpuid_base != 0);
 }
 
-unsigned long xen_hypercall_page;
+extern unsigned long xen_hypercall_page;
 
 #define _hypercall0(type, name)                                         \
 ({                                                                      \