Undo r2063.
This commit is contained in:
parent
838c454296
commit
6842cec424
18 changed files with 3144 additions and 3391 deletions
|
@ -36,8 +36,8 @@
|
|||
#define GRUB_PCI_ADDR_IO_MASK ~0x03
|
||||
|
||||
typedef grub_uint32_t grub_pci_id_t;
|
||||
typedef int NESTED_FUNC_ATTR (*grub_pci_iteratefunc_t)
|
||||
(int bus, int device, int func, grub_pci_id_t pciid);
|
||||
typedef int (*grub_pci_iteratefunc_t) (int bus, int device, int func,
|
||||
grub_pci_id_t pciid);
|
||||
typedef grub_uint32_t grub_pci_address_t;
|
||||
|
||||
grub_pci_address_t EXPORT_FUNC(grub_pci_make_address) (int bus, int device,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue