]> xenbits.xensource.com Git - rumpuser-xen.git/commit
Apply olive oil to the headers.
authorAntti Kantee <pooka@iki.fi>
Tue, 3 Sep 2013 00:10:41 +0000 (03:10 +0300)
committerAntti Kantee <pooka@iki.fi>
Tue, 3 Sep 2013 00:10:41 +0000 (03:10 +0300)
commit2c71e02ca46a89b723f426834db422b3584c6500
tree7214df54c7a01303f7d25be0b972e955c2f7a90e
parent7b436419e7f344dbafed48567d5ce0213c1c5714
Apply olive oil to the headers.

Put mini-os specific stuff under mini-os and toss until things build.
27 files changed:
Makefile
arch/x86/x86_32.S
arch/x86/x86_64.S
include/mini-os/arch_limits.h [new file with mode: 0644]
include/mini-os/arch_mm.h [new file with mode: 0644]
include/mini-os/arch_sched.h [new file with mode: 0644]
include/mini-os/arch_spinlock.h [new file with mode: 0644]
include/mini-os/gntmap.h
include/mini-os/hypervisor.h
include/mini-os/os.h [new file with mode: 0644]
include/mini-os/traps.h [new file with mode: 0644]
include/mini-os/x86/arch_limits.h [new file with mode: 0644]
include/mini-os/x86/arch_mm.h [new file with mode: 0644]
include/mini-os/x86/arch_sched.h [new file with mode: 0644]
include/mini-os/x86/arch_spinlock.h [new file with mode: 0644]
include/mini-os/x86/os.h [new file with mode: 0644]
include/mini-os/x86/traps.h [new file with mode: 0644]
include/mini-os/x86/x86_32/hypercall-x86_32.h [new file with mode: 0644]
include/mini-os/x86/x86_64/hypercall-x86_64.h [new file with mode: 0644]
include/x86/arch_limits.h [deleted file]
include/x86/arch_mm.h [deleted file]
include/x86/arch_sched.h [deleted file]
include/x86/arch_spinlock.h [deleted file]
include/x86/os.h [deleted file]
include/x86/traps.h [deleted file]
include/x86/x86_32/hypercall-x86_32.h [deleted file]
include/x86/x86_64/hypercall-x86_64.h [deleted file]