]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[xen] Import selected public headers
authorMichael Brown <mcb30@ipxe.org>
Mon, 28 Jul 2014 22:32:53 +0000 (23:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 29 Jul 2014 14:20:49 +0000 (15:20 +0100)
commitec94a8798f8fbba42628946108d6d9607a980da4
treebb96134bbfa64e1b8a68e46479c8262bd6bb920d
parent721a4920207634c688608007ef0d63c15a696c0d
[xen] Import selected public headers

Import selected headers from the xen/include/public directory of the
Xen repository at git://xenbits.xen.org/xen.git

The script ./include/xen/import.pl can be used to automatically import
any required headers and their dependencies (in a similar fashion to
./include/ipxe/efi/import.pl).  Trailing whitespace is stripped and an
appropriate FILE_LICENCE declaration is added to each header file.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
19 files changed:
src/include/xen/arch-arm.h [new file with mode: 0644]
src/include/xen/arch-x86/xen-x86_32.h [new file with mode: 0644]
src/include/xen/arch-x86/xen-x86_64.h [new file with mode: 0644]
src/include/xen/arch-x86/xen.h [new file with mode: 0644]
src/include/xen/event_channel.h [new file with mode: 0644]
src/include/xen/features.h [new file with mode: 0644]
src/include/xen/grant_table.h [new file with mode: 0644]
src/include/xen/hvm/hvm_op.h [new file with mode: 0644]
src/include/xen/hvm/params.h [new file with mode: 0644]
src/include/xen/import.pl [new file with mode: 0755]
src/include/xen/io/netif.h [new file with mode: 0644]
src/include/xen/io/ring.h [new file with mode: 0644]
src/include/xen/io/xenbus.h [new file with mode: 0644]
src/include/xen/io/xs_wire.h [new file with mode: 0644]
src/include/xen/memory.h [new file with mode: 0644]
src/include/xen/trace.h [new file with mode: 0644]
src/include/xen/version.h [new file with mode: 0644]
src/include/xen/xen-compat.h [new file with mode: 0644]
src/include/xen/xen.h [new file with mode: 0644]