Complete initialiser.

This commit is contained in:
cube 2007-01-10 20:38:32 +00:00
parent d8f80d3bf5
commit 16cd257563
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cec.c,v 1.4 2005/12/11 12:22:02 christos Exp $ */
/* $NetBSD: cec.c,v 1.5 2007/01/10 20:38:32 cube Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cec.c,v 1.4 2005/12/11 12:22:02 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: cec.c,v 1.5 2007/01/10 20:38:32 cube Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -136,7 +136,9 @@ struct gpib_chipset_tag cec_ic = {
cecifc,
cecsendcmds,
cecsenddata,
cecrecvdata
cecrecvdata,
NULL,
NULL
};
int cecwtimeout = 0x10000;