xen: include xen files

Operating Systems / OSv - Glauber Costa [cloudius-systems.com] - 11 July 2013 03:10 UTC

verbatim header files import, plus the code in build.mk to find them

bf2061f xen: include xen files
bsd/machine/xen/hypercall.h | 415 ++++++++++++++++++++++++++++++
bsd/machine/xen/synch_bitops.h | 129 ++++++++++
bsd/machine/xen/xen-os.h | 296 +++++++++++++++++++++
bsd/machine/xen/xenfunc.h | 82 ++++++
bsd/machine/xen/xenpmap.h | 227 ++++++++++++++++
bsd/machine/xen/xenvar.h | 120 +++++++++
bsd/sys/xen/evtchn.h | 94 +++++++
bsd/sys/xen/features.h | 20 ++
bsd/sys/xen/gnttab.h | 173 +++++++++++++
bsd/sys/xen/hypervisor.h | 154 +++++++++++
bsd/sys/xen/xen_intr.h | 103 ++++++++
bsd/sys/xen/xenbus/xenbusb.h | 298 +++++++++++++++++++++
bsd/sys/xen/xenbus/xenbusvar.h | 308 ++++++++++++++++++++++
bsd/sys/xen/xenstore/xenstore_internal.h | 39 +++
bsd/sys/xen/xenstore/xenstorevar.h | 341 ++++++++++++++++++++++++
build.mk | 2 +
16 files changed, 2801 insertions(+)

Upstream: github.com


  • Share