Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules / IPStack / init.h
1
2 #ifndef _IPSTACK__INIT_H_
3 #define _IPSTACK__INIT_H_
4
5 extern int      ARP_Initialise();
6 extern void     UDP_Initialise();
7 extern void     TCP_Initialise();
8 extern int      IPv4_Initialise();
9 extern int      IPv6_Initialise();
10
11 #endif
12

UCC git Repository :: git.ucc.asn.au