diff options
Diffstat (limited to 'sys/i386/isa/ctx.c')
-rw-r--r-- | sys/i386/isa/ctx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 4337961..4a80d1d 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.14 1995/12/10 13:38:25 phk Exp $ + * $Id: ctx.c,v 1.15 1995/12/15 00:29:28 bde Exp $ */ /* @@ -138,7 +138,8 @@ static int waitvb(short); #define UNIT(x) ((x) & 0x07) -static int ctxprobe(), ctxattach(); +static int ctxprobe __P((struct isa_device *devp)); +static int ctxattach __P((struct isa_device *devp)); struct isa_driver ctxdriver = {ctxprobe, ctxattach, "ctx"}; static d_open_t ctxopen; |