From 8c0346515d6d9aefaf105c57516bef0c32957cc4 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Mon, 21 Jun 2010 01:01:26 +0200 Subject: [PATCH] Add GRUB_PCI_REG_STATUS_*_ENABLE --- include/grub/pci.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/grub/pci.h b/include/grub/pci.h index 89bd1034a..09eebcd6c 100644 --- a/include/grub/pci.h +++ b/include/grub/pci.h @@ -66,6 +66,9 @@ #define GRUB_PCI_REG_MIN_GNT 0x3e #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; #ifdef GRUB_MACHINE_EMU