Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • include
  • xen
  • xen-ops.h
Find file Blame History Permalink
  • Konrad Rzeszutek Wilk's avatar
    xen/acpi: Move the xen_running_on_version_or_later function. · 394b40f6
    Konrad Rzeszutek Wilk authored Nov 27, 2012
    
    
    As on ia64 builds we get:
    include/xen/interface/version.h: In function 'xen_running_on_version_or_later':
    include/xen/interface/version.h:76: error: implicit declaration of function 'HYPERVISOR_xen_version'
    
    We can later on make this function exportable if there are
    modules using part of it. For right now the only two users are
    built-in.
    
    Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    394b40f6