mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[efi] Remove the efipci_open() and efipci_close() wrappers
In preparation for formalising the way that EFI protocols are opened across the codebase, remove the efipci_open() wrapper. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -25,9 +25,6 @@ struct efi_pci_device {
|
||||
EFI_PCI_IO_PROTOCOL *io;
|
||||
};
|
||||
|
||||
extern int efipci_open ( EFI_HANDLE device, UINT32 attributes,
|
||||
struct efi_pci_device *efipci );
|
||||
extern void efipci_close ( EFI_HANDLE device );
|
||||
extern int efipci_info ( EFI_HANDLE device, struct efi_pci_device *efipci );
|
||||
|
||||
#endif /* _IPXE_EFI_PCI_H */
|
||||
|
||||
Reference in New Issue
Block a user