2 * Acess2 Networking Stack
3 * - By John Hodge (thePowersGang)
6 * - Network Adapter Management (API Header)
8 #ifndef _IPSTACK__ADAPTERS_INT_H_
9 #define _IPSTACK__ADAPTERS_INT_H_
12 #include "adapters_api.h"
16 struct sAdapter *Next;
21 const tIPStack_AdapterType *Type;
29 extern void Adapter_SendPacket(tAdapter *Handle, tIPStackBuffer *Buffer);
30 extern void Adapter_Watch(tAdapter *Handle);