Start adding the networking headers in their correct place and with
the correct things in them. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@64 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/* icmp_module.h
|
||||
*/
|
||||
|
||||
#ifndef ICMP_MODULE_H
|
||||
#define ICMP_MODULE_H
|
||||
|
||||
#include <net/net_module.h>
|
||||
|
||||
#define ICMP_MODULE_PATH "network/protocol/icmp"
|
||||
|
||||
struct icmp_module_info {
|
||||
struct kernel_net_module_info info;
|
||||
void (*error)(struct mbuf *, int, int, n_long, struct ifnet *);
|
||||
};
|
||||
|
||||
#endif /* ICMP_MODULE_H */
|
||||
Reference in New Issue
Block a user