]> xenbits.xensource.com Git - seabios.git/commit
Xen: add definition of xen_hypercall_page
authorIan Campbell <ian.campbell@citrix.com>
Wed, 27 Jun 2012 11:08:49 +0000 (12:08 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 28 Jun 2012 01:07:24 +0000 (21:07 -0400)
commit9166c4ae6d21d49bd97e0fb42eea2ffd6dd6f06d
tree2fc38e8308036e1139399592c617453b61dd5da7
parentd51c4a0df1ae7bcb20ec3d569e409cf50f3ed760
Xen: add definition of xen_hypercall_page

commit b7d9abfaeb7d (correctly) added the missing "extern" to the declaration
in xen.h, however it turns out we never actually declared the variable!

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
src/xen.c