diff options
Diffstat (limited to 'sys/dev/mpt/mpt.h')
| -rw-r--r-- | sys/dev/mpt/mpt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index e0ccdd3a7c53..82e8cf518752 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -163,8 +163,8 @@ void mpt_free_request(mpt_softc_t *mpt, request_t *req); int mpt_intr(void *dummy); void mpt_check_doorbell(mpt_softc_t * mpt); -int mpt_read_cfg_page(mpt_softc_t *, int, fCONFIG_PAGE_HEADER *); -int mpt_write_cfg_page(mpt_softc_t *, int, fCONFIG_PAGE_HEADER *); +int mpt_read_cfg_page(mpt_softc_t *, int, CONFIG_PAGE_HEADER *); +int mpt_write_cfg_page(mpt_softc_t *, int, CONFIG_PAGE_HEADER *); /* mpt_debug.c functions */ void mpt_print_reply(void *vmsg); |
