mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-02 22:39:09 +00:00
* include/grub/multiboot.h (struct grub_multiboot_header): Move
from here ...
* include/multiboot.h (struct multiboot_header): ... to here. Update
all users.
* include/grub/multiboot.h (struct grub_multiboot_info): Move
from here ...
* include/multiboot.h (struct multiboot_info): ... to here. Update
all users.
* include/grub/multiboot.h (struct grub_multiboot_mmap_entry): Move
from here ...
* include/multiboot.h (struct multiboot_mmap_entry): ... to here.
Update all users.
* include/grub/multiboot.h (struct grub_mod_list): Move
from here ...
* include/multiboot.h (struct multiboot_mod_list): ... to here.
Update all users.
|
||
|---|---|---|
| .. | ||
| coreboot | ||
| efi | ||
| ieee1275 | ||
| pc | ||
| qemu | ||
| dl.c | ||
| halt.c | ||
| loader.S | ||
| misc.S | ||
| multiboot_mmap.c | ||
| pit.c | ||
| realmode.S | ||
| reboot.c | ||
| tsc.c | ||