Commit of new class abstraction APIs for all device demos other than the MIDI demo...
[pub/USBasp.git] / Demos / Device / RNDISEthernet / Lib / EthernetProtocols.h
index 3ff3433..1ec5961 100644 (file)
                #define PROTOCOL_OSPF                    89\r
                #define PROTOCOL_SCTP                    132\r
 \r
                #define PROTOCOL_OSPF                    89\r
                #define PROTOCOL_SCTP                    132\r
 \r
-       /* Type Defines: */\r
-               /** Type define for a physical MAC address of a device on a network */\r
-               typedef struct\r
-               {\r
-                       uint8_t       Octets[6]; /**< Individual bytes of a MAC address */\r
-               } MAC_Address_t;\r
-               \r
+       /* Type Defines: */             \r
                /** Type define for a protocol IP address of a device on a network */\r
                typedef struct\r
                {\r
                /** Type define for a protocol IP address of a device on a network */\r
                typedef struct\r
                {\r