lspci works in grub-emu
This commit is contained in:
parent
3affd0ece8
commit
325c8258e7
5 changed files with 125 additions and 16 deletions
|
@ -67,9 +67,4 @@ grub_pci_write_byte (grub_pci_address_t addr, grub_uint8_t data)
|
|||
grub_outb (data, GRUB_PCI_DATA_REG + (addr & 3));
|
||||
}
|
||||
|
||||
static inline void
|
||||
grub_pci_close (grub_pci_device_t dev __attribute__ ((unused)))
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* GRUB_CPU_PCI_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue