Add prototype for the forged <module>_lkmentry function. Pointed out by
rtr@.
This commit is contained in:
parent
7c8b7720b2
commit
f04e188b92
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcilkm.h,v 1.1 2004/07/02 13:26:40 cube Exp $ */
|
||||
/* $NetBSD: pcilkm.h,v 1.2 2004/07/06 12:10:13 cube Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004 The NetBSD Foundation.
|
||||
@ -63,6 +63,8 @@ extern const char * const pcilkmcf_locnames[];
|
||||
& __CONCAT(name,_ca), \
|
||||
& __CONCAT(name,_cd), \
|
||||
{ __CONCAT(name,_cfdata) } }; \
|
||||
int __CONCAT(name,_lkmentry) (struct lkm_table * \
|
||||
int, int); \
|
||||
int __CONCAT(name,_lkmentry) (struct lkm_table *lkmtp, \
|
||||
int cmd, int ver) \
|
||||
{ return pcilkm_hostlkmentry(lkmtp, cmd, ver, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user