mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[bofm] Add offline BOFM test facility
Testing BOFM involves gaining access to an IBM blade chassis, which is often not practical. Provide a facility for testing BOFM functionality outside of a real IBM blade context. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -337,5 +337,6 @@ 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 void bofm_test ( struct pci_device *pci );
|
||||
|
||||
#endif /* _IPXE_BOFM_H */
|
||||
|
||||
Reference in New Issue
Block a user