Some net cleanup...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,15 +6,12 @@
|
||||
|
||||
#include "net_module.h"
|
||||
|
||||
#ifdef _KERNEL_MODE
|
||||
#include <KernelExport.h>
|
||||
#define RAW_MODULE_PATH "network/protocol/raw"
|
||||
#else
|
||||
#define RAW_MODULE_PATH "modules/protocols/raw"
|
||||
#endif
|
||||
#define NET_RAW_MODULE_NAME "network/protocols/raw"
|
||||
|
||||
struct raw_module_info {
|
||||
struct kernel_net_module_info info;
|
||||
|
||||
void (*input)(struct mbuf *, int);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user