]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Factor out generic jailhouse/types.h
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 24 Sep 2014 08:11:57 +0000 (10:11 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 25 Sep 2014 13:49:30 +0000 (15:49 +0200)
commit0006f1a3bea0df15f2d82b4b0e6690bdf8b493e3
tree29c6574709ed72419063867584888d3b2333e4aa
parentad2334cfb0363c6a91b3987e79a0d9e518859e8a
core: Factor out generic jailhouse/types.h

Some types in the architecture-specific header are in fact generic. Move
them into a separate header and include this one directly from now on.
Document cpu_set at this chance according to doxygen style.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
17 files changed:
hypervisor/arch/arm/include/asm/bitops.h
hypervisor/arch/arm/include/asm/cell.h
hypervisor/arch/arm/include/asm/paging.h
hypervisor/arch/arm/include/asm/percpu.h
hypervisor/arch/arm/include/asm/types.h
hypervisor/arch/x86/include/asm/bitops.h
hypervisor/arch/x86/include/asm/io.h
hypervisor/arch/x86/include/asm/paging.h
hypervisor/arch/x86/include/asm/pci.h
hypervisor/arch/x86/include/asm/percpu.h
hypervisor/arch/x86/include/asm/processor.h
hypervisor/arch/x86/include/asm/types.h
hypervisor/include/jailhouse/entry.h
hypervisor/include/jailhouse/paging.h
hypervisor/include/jailhouse/printk.h
hypervisor/include/jailhouse/types.h [new file with mode: 0644]
hypervisor/lib.c