diff options
| author | Michael Brown | 2011-02-10 22:34:34 +0100 |
|---|---|---|
| committer | Michael Brown | 2011-03-03 00:58:43 +0100 |
| commit | bdd00e872ae8e89b1300451b6c9fd1536049e843 (patch) | |
| tree | 0eeac15dea2fe99c5977ab2c1e8798cb89d9730d /src/include/ipxe | |
| parent | [bofm] Add core BOFM library (diff) | |
| download | ipxe-bdd00e872ae8e89b1300451b6c9fd1536049e843.tar.gz ipxe-bdd00e872ae8e89b1300451b6c9fd1536049e843.tar.xz ipxe-bdd00e872ae8e89b1300451b6c9fd1536049e843.zip | |
[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')
| -rw-r--r-- | src/include/ipxe/bofm.h | 1 |
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 */ |
