summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc/espvar.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-18 16:12:04 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-18 16:12:04 +0000
commit605379004389fd17d260553b838bf853b9b6f379 (patch)
tree2972f09aa8788be78ba5994e08d71b0630c821af /sys/arch/alpha/tc/espvar.h
parent4a4b7c71f1edf0362423c3003f95dfd01b65a981 (diff)
-Wall happiness
Diffstat (limited to 'sys/arch/alpha/tc/espvar.h')
-rw-r--r--sys/arch/alpha/tc/espvar.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/alpha/tc/espvar.h b/sys/arch/alpha/tc/espvar.h
index c7c3b986231..0564fcbdc1e 100644
--- a/sys/arch/alpha/tc/espvar.h
+++ b/sys/arch/alpha/tc/espvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: espvar.h,v 1.3 1996/07/29 23:02:04 niklas Exp $ */
+/* $OpenBSD: espvar.h,v 1.4 1996/10/18 16:12:03 niklas Exp $ */
/* $NetBSD: espvar.h,v 1.3 1995/12/20 00:40:26 cgd Exp $ */
/*
@@ -264,7 +264,8 @@ struct esp_softc {
#define PSEUDO_PHASE 0x100 /* "pseudo" bit */
#if 1
-static inline u_char
+static __inline u_char ESP_READ_REG __P((struct esp_softc *, int));
+static __inline u_char
ESP_READ_REG(sc, reg)
struct esp_softc *sc;
int reg;
@@ -313,6 +314,8 @@ ESP_READ_REG(sc, reg)
DMAWAIT1(sc); \
}
#else
+int tcds_dma_intr __P((struct tcds_slotconfig *));
+
#define DMA_ENINTR(r) tcds_dma_enintr(r)
#define DMA_ISINTR(r) tcds_dma_isintr(r)
#define DMA_RESET(r) tcds_dma_reset(r)