X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Finterface.h;h=b6f7e58452e3f90759c6bd87272c029844e0b0b0;hb=17b6125504e385c169193f3c8e29ced340425979;hp=60459a0a659f49a53a4e791d29e126375846b3c4;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;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