Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add prototypes for static functions.
details: https://anonhg.NetBSD.org/src/rev/b116b9ae17f2
branches: trunk
changeset: 522334:b116b9ae17f2
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun Feb 17 20:08:34 2002 +0000
description:
Add prototypes for static functions.
diffstat:
sys/dev/ic/mx98905.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 0f05b0b13191 -r b116b9ae17f2 sys/dev/ic/mx98905.c
--- a/sys/dev/ic/mx98905.c Sun Feb 17 20:05:50 2002 +0000
+++ b/sys/dev/ic/mx98905.c Sun Feb 17 20:08:34 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mx98905.c,v 1.1 2001/12/15 17:47:35 bjh21 Exp $ */
+/* $NetBSD: mx98905.c,v 1.2 2002/02/17 20:08:34 bjh21 Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: mx98905.c,v 1.1 2001/12/15 17:47:35 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mx98905.c,v 1.2 2002/02/17 20:08:34 bjh21 Exp $");
#include <sys/device.h>
#include <sys/mbuf.h>
@@ -92,6 +92,9 @@
#define bus_space_read_multi_stream_2 bus_space_read_multi_2
#endif /* __BUS_SPACE_HAS_STREAM_METHODS */
+static __inline void mx98905_write_setup(struct dp8390_softc *, int, int);
+static __inline void mx98905_write_wait(struct dp8390_softc *);
+
void
mx98905_attach(struct dp8390_softc *sc)
{
Home |
Main Index |
Thread Index |
Old Index