aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/bofm.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-02-10 21:34:34 +0000
committerMichael Brown <mcb30@ipxe.org>2011-03-02 23:58:43 +0000
commitbdd00e872ae8e89b1300451b6c9fd1536049e843 (patch)
tree0eeac15dea2fe99c5977ab2c1e8798cb89d9730d /src/include/ipxe/bofm.h
parent5597d52c21377872387866e8cf9ee351b7a41a01 (diff)
downloadipxe-bdd00e872ae8e89b1300451b6c9fd1536049e843.tar.gz
[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>
Diffstat (limited to 'src/include/ipxe/bofm.h')
-rw-r--r--src/include/ipxe/bofm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/bofm.h b/src/include/ipxe/bofm.h
index 2fe1e908f..cc57e1e6d 100644
--- a/src/include/ipxe/bofm.h
+++ b/src/include/ipxe/bofm.h
@@ -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 */