X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Finterface.h;h=b6f7e58452e3f90759c6bd87272c029844e0b0b0;hb=7b64f5e7f00e445a5637e9e3289a1332a14d28e5;hp=60459a0a659f49a53a4e791d29e126375846b3c4;hpb=e4342ad9de52043cb8f820643794dc44076f9bd9;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/interface.h b/KernelLand/Modules/IPStack/interface.h index 60459a0a..b6f7e584 100644 --- a/KernelLand/Modules/IPStack/interface.h +++ b/KernelLand/Modules/IPStack/interface.h @@ -1,10 +1,16 @@ - +/* + * Acess2 IP Stack + * - By John Hodge + * + * interface.h + * - Interface manipulation/access definitions + */ #ifndef _IPSTACK__INTERFACE_H_ #define _IPSTACK__INTERFACE_H_ extern tInterface gIP_LoopInterface; extern tVFS_NodeType gIP_RootNodeType; -extern tInterface *IPStack_AddInterface(const char *Device, const char *Name); +extern tInterface *IPStack_AddInterface(const char *Device, int Type, const char *Name); #endif