summaryrefslogtreecommitdiff
path: root/sys/dev/pcf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-10-31 14:23:09 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-10-31 14:23:09 +0000
commite6b148712b32ff12dba90de52d039b92c2957678 (patch)
tree19b4f66787a53f129a328c9385239c071e070aa7 /sys/dev/pcf
parent16e9e530cc6637bab05d5d050dba52fd3ee9d396 (diff)
Notes
Diffstat (limited to 'sys/dev/pcf')
-rw-r--r--sys/dev/pcf/pcf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c
index 771dd30fac7d..0d08b3cfa6e7 100644
--- a/sys/dev/pcf/pcf.c
+++ b/sys/dev/pcf/pcf.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pcf.c,v 1.2 1998/10/22 05:58:40 bde Exp $
+ * $Id: pcf.c,v 1.3 1998/10/31 11:37:09 nsouch Exp $
*
*/
#include <sys/param.h>
@@ -108,10 +108,10 @@ static void pcf_print_child(device_t, device_t);
static int pcf_repeated_start(device_t, u_char, int);
static int pcf_start(device_t, u_char, int);
static int pcf_stop(device_t);
-static int pcf_write(device_t, char *, int, int *);
-static int pcf_read(device_t, char *, int, int *);
+static int pcf_write(device_t, char *, int, int *, int);
+static int pcf_read(device_t, char *, int, int *, int, int);
static ointhand2_t pcfintr;
-static int pcf_rst_card(device_t, u_char);
+static int pcf_rst_card(device_t, u_char, u_char, u_char *);
static device_method_t pcf_methods[] = {
/* device interface */