mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 04:29:01 +03:00
[bofm] Remove userptr_t from BOFM table parsing and updating
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -348,7 +348,7 @@ bofm_init ( struct bofm_device *bofm, struct pci_device *pci,
|
||||
extern int bofm_register ( struct bofm_device *bofm );
|
||||
extern void bofm_unregister ( struct bofm_device *bofm );
|
||||
extern int bofm_find_driver ( struct pci_device *pci );
|
||||
extern int bofm ( userptr_t bofmtab, struct pci_device *pci );
|
||||
extern int bofm ( void *bofmtab, struct pci_device *pci );
|
||||
extern void bofm_test ( struct pci_device *pci );
|
||||
|
||||
#endif /* _IPXE_BOFM_H */
|
||||
|
||||
Reference in New Issue
Block a user