diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-03-22 23:38:32 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-03-22 23:38:32 +0000 |
| commit | 5f634111fa1d8624be0e9dc62e38dbbacc2342e0 (patch) | |
| tree | 85e12f0631429fadf68036c6a1b21a0a6b2c464d /sys/dev/isp/isp_library.h | |
| parent | 7aee3dd19f348f0cad6396db20ffe850cac02a14 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_library.h')
| -rw-r--r-- | sys/dev/isp/isp_library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 1a4170ff7ecd..13b077c6170b 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -35,7 +35,7 @@ extern uint32_t isp_handle_index(uint32_t); extern void isp_destroy_handle(ispsoftc_t *, uint32_t); extern int isp_getrqentry(ispsoftc_t *, uint32_t *, uint32_t *, void **); extern void isp_print_qentry (ispsoftc_t *, char *, int, void *); -extern void isp_print_bytes(ispsoftc_t *, char *, int, void *); +extern void isp_print_bytes(ispsoftc_t *, const char *, int, void *); extern int isp_fc_runstate(ispsoftc_t *, int); extern void isp_dump_portdb(ispsoftc_t *); extern void isp_shutdown(ispsoftc_t *); |
