secgateway/Platform/modules/cfgrcv/cfgrcv_kinit.h

15 lines
332 B
C

#ifndef CFGRCV_KINIT_H
#define CFGRCV_KINIT_H
#include "libnetlink_k.h"
extern int cfgnl_unicast(struct sk_buff *skb, u32 portid);
extern int cfg_msgtype_register( int msgtype,commnl_doit_func doit,
commnl_dumpit_func dumpit,commnl_calcit_func calcit);
extern int cfg_msgtype_unregister(int msgtype);
#endif