17 lines
343 B
C
17 lines
343 B
C
#ifndef CFGRCV_KINIT_H
|
|
#define CFGRCV_KINIT_H
|
|
|
|
#include "libnetlink_k.h"
|
|
|
|
extern int pdeliv_unicast(struct sk_buff *skb, u32 portid);
|
|
|
|
extern int pdeliv_msgtype_register( int msgtype,commnl_doit_func doit,
|
|
commnl_dumpit_func dumpit,commnl_calcit_func calcit);
|
|
|
|
extern int pdeliv_msgtype_unregister(int msgtype);
|
|
|
|
|
|
|
|
#endif
|
|
|