IPStack - Reworking of network device API
[tpg/acess2.git] / KernelLand / Modules / IPStack / ipstack.h
index e51fded..5ea5dc9 100644 (file)
@@ -71,6 +71,7 @@ struct sInterface {
        char    Name[];
 };
 
+#if 0
 /**
  * \brief Represents a network adapter
  */
@@ -84,6 +85,7 @@ struct sAdapter {
         int    DeviceLen;      //!< Device name length
        char    Device[];       //!< Device name
 };
+#endif
 
 /**
  * \brief Describes a socket file definition

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