Some net cleanup...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2002-11-12 21:03:25 +00:00
parent c399a55fcd
commit a0a6d75d61
5 changed files with 8 additions and 30 deletions
+1 -9
View File
@@ -6,20 +6,12 @@
#include "net_module.h"
#ifdef _KERNEL_MODE
#include <KernelExport.h>
#define ICMP_MODULE_PATH "network/protocol/icmp"
#else /* _KERNEL_MODE */
#define ICMP_MODULE_PATH "modules/protocol/icmp"
#endif /* _KERNEL_MODE */
#define NET_ICMP_MODULE_NAME "network/protocols/icmp"
struct icmp_module_info {
struct kernel_net_module_info info;
#ifndef _KERNEL_MODE
void (*set_core)(struct core_module_info *);
#endif
void (*error)(struct mbuf *, int, int, n_long, struct ifnet *);
};