mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-03 09:14:29 +00:00
Some common code needs to be special cased for Xen PVH mode. This hits mostly Xen PV mode specific areas. Split include/grub/i386/pc/int_types.h off from include/grub/i386/pc/int.h to support including this file later from xen_pvh code without the grub_bios_interrupt definition. Move definition of struct grub_e820_mmap_entry from grub-core/mmap/i386/pc/mmap.c to include/grub/i386/memory.h in order to make it usable from xen_pvh code. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> Tested-by: Hans van Kranenburg <hans@knorrie.org> |
||
|---|---|---|
| .. | ||
| apm.h | ||
| biosdisk.h | ||
| biosnum.h | ||
| boot.h | ||
| chainloader.h | ||
| console.h | ||
| int_types.h | ||
| int.h | ||
| kernel.h | ||
| memory.h | ||
| pxe.h | ||
| time.h | ||
| vbe.h | ||
| vesa_modes_table.h | ||