mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-16 03:18:05 +00:00
Add GRUB_PCI_REG_STATUS_*_ENABLE
This commit is contained in:
parent
d246fc0368
commit
8c0346515d
@ -66,6 +66,9 @@
|
|||||||
#define GRUB_PCI_REG_MIN_GNT 0x3e
|
#define GRUB_PCI_REG_MIN_GNT 0x3e
|
||||||
#define GRUB_PCI_REG_MAX_LAT 0x3f
|
#define GRUB_PCI_REG_MAX_LAT 0x3f
|
||||||
|
|
||||||
|
#define GRUB_PCI_REG_STATUS_MEMORY_ENABLE 0x02
|
||||||
|
#define GRUB_PCI_REG_STATUS_IO_ENABLE 0x01
|
||||||
|
|
||||||
typedef grub_uint32_t grub_pci_id_t;
|
typedef grub_uint32_t grub_pci_id_t;
|
||||||
|
|
||||||
#ifdef GRUB_MACHINE_EMU
|
#ifdef GRUB_MACHINE_EMU
|
||||||
|
Loading…
Reference in New Issue
Block a user