summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/mpt.h')
-rw-r--r--sys/dev/ic/mpt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mpt.h b/sys/dev/ic/mpt.h
index 73a6aa5bf03..37caceaa152 100644
--- a/sys/dev/ic/mpt.h
+++ b/sys/dev/ic/mpt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpt.h,v 1.3 2004/03/20 03:54:16 krw Exp $ */
+/* $OpenBSD: mpt.h,v 1.4 2004/07/12 23:57:14 marco Exp $ */
/* $NetBSD: mpt.h,v 1.2 2003/07/08 10:06:31 itojun Exp $ */
/*
@@ -178,6 +178,7 @@ void mpt_check_doorbell(mpt_softc_t *);
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_header(mpt_softc_t *, int, int, int, fCONFIG_PAGE_HEADER *);
/* FW Download Boot */
int mpt_downloadboot(mpt_softc_t *);