add missing __KERNEL_RCSID() and RCSID comment

This commit is contained in:
lukem 2003-07-14 15:40:04 +00:00
parent de043b8788
commit a62911e9d9
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/* $NetBSD: hil_gpib.c,v 1.2 2003/07/14 15:40:04 lukem Exp $ */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hil_gpib.c,v 1.2 2003/07/14 15:40:04 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/callout.h>