use __KERNEL_RCSID()
This commit is contained in:
parent
0edee75daa
commit
3290dbb81a
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: at24cxx.c,v 1.8 2007/10/19 11:59:43 ad Exp $ */
|
/* $NetBSD: at24cxx.c,v 1.9 2007/12/11 05:38:12 lukem Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2003 Wasabi Systems, Inc.
|
* Copyright (c) 2003 Wasabi Systems, Inc.
|
||||||
@ -35,6 +35,9 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sys/cdefs.h>
|
||||||
|
__KERNEL_RCSID(0, "$NetBSD: at24cxx.c,v 1.9 2007/12/11 05:38:12 lukem Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
#include <sys/device.h>
|
#include <sys/device.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user