Added preprocessor checks and documentation to the bootloaders giving information...
[pub/USBasp.git] / Demos / Device / RNDISEthernet / RNDIS.h
index 0d240ac..88c9a9e 100644 (file)
                #define REMOTE_NDIS_VERSION_MINOR             0x00\r
        \r
                /** RNDIS request to issue a host-to-device NDIS command */\r
-               #define SEND_ENCAPSULATED_COMMAND             0x00\r
+               #define REQ_SendEncapsulatedCommand           0x00\r
 \r
                /** RNDIS request to issue a device-to-host NDIS response */\r
-               #define GET_ENCAPSULATED_RESPONSE             0x01\r
+               #define REQ_GetEncapsulatedResponse           0x01\r
                \r
        /* Enums: */\r
                /** Enum for the possible NDIS adapter states. */\r