Moving the net kit private includes files to /current tree.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,12 +4,22 @@
|
||||
#ifndef ICMP_MODULE_H
|
||||
#define ICMP_MODULE_H
|
||||
|
||||
#include <net/net_module.h>
|
||||
#include "net_module.h"
|
||||
|
||||
#ifdef _KERNEL_
|
||||
#include <KernelExport.h>
|
||||
#define ICMP_MODULE_PATH "network/protocol/icmp"
|
||||
#else /* _KERNEL_ */
|
||||
#define ICMP_MODULE_PATH "modules/protocol/icmp"
|
||||
#endif /* _KERNEL_ */
|
||||
|
||||
struct icmp_module_info {
|
||||
struct kernel_net_module_info info;
|
||||
|
||||
#ifndef _KERNEL_
|
||||
void (*set_core)(struct core_module_info *);
|
||||
#endif
|
||||
|
||||
void (*error)(struct mbuf *, int, int, n_long, struct ifnet *);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user