mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 12:04:42 +00:00
Fix a missing declaration
This commit is contained in:
parent
94c201f714
commit
8291c2a3c9
@ -68,6 +68,7 @@ grub_video_sm712_setup (unsigned int width, unsigned int height,
|
||||
grub_err_t err;
|
||||
int found = 0;
|
||||
|
||||
auto int NESTED_FUNC_ATTR find_card (grub_pci_device_t dev, grub_pci_id_t pciid __attribute__ ((unused)));
|
||||
int NESTED_FUNC_ATTR find_card (grub_pci_device_t dev, grub_pci_id_t pciid __attribute__ ((unused)))
|
||||
{
|
||||
grub_pci_address_t addr;
|
||||
|
Loading…
Reference in New Issue
Block a user