Kernel - VFS API Update - ReadDir caller provided buffer
[tpg/acess2.git] / KernelLand / Modules / IPStack / interface.h
1
2 #ifndef _IPSTACK__INTERFACE_H_
3 #define _IPSTACK__INTERFACE_H_
4
5 extern tInterface       gIP_LoopInterface;
6 extern tVFS_NodeType    gIP_RootNodeType;
7 extern tInterface       *IPStack_AddInterface(const char *Device, const char *Name);
8
9 #endif
10

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