Remove incomplete MIDIToneGenerator project.
[pub/USBasp.git] / Demos / Host / LowLevel / RNDISEthernetHost / Lib / RNDISCommands.h
index a2f15c5..0c4af3a 100644 (file)
                        uint32_t AFListSize;
                } RNDIS_Initialize_Complete_t;
                
                        uint32_t AFListSize;
                } RNDIS_Initialize_Complete_t;
                
-               /** Type define for a RNDIS Keepalive command message. */
+               /** Type define for a RNDIS Keep-alive command message. */
                typedef struct
                {
                        uint32_t MessageType;
                typedef struct
                {
                        uint32_t MessageType;
                        uint32_t RequestId;
                } RNDIS_KeepAlive_Message_t;
 
                        uint32_t RequestId;
                } RNDIS_KeepAlive_Message_t;
 
-               /** Type define for a RNDIS Keepalive complete message. */
+               /** Type define for a RNDIS Keep-alive complete message. */
                typedef struct
                {
                        uint32_t MessageType;
                typedef struct
                {
                        uint32_t MessageType;
                #define RNDIS_COMMAND_FAILED                  0xC0
 
        /* Function Prototypes: */
                #define RNDIS_COMMAND_FAILED                  0xC0
 
        /* Function Prototypes: */
-               uint8_t RNDIS_SendEncapsulatedCommand(void* const Buffer, const uint16_t Length);
-               uint8_t RNDIS_GetEncapsulatedResponse(void* const Buffer, const uint16_t Length);
+               uint8_t RNDIS_SendEncapsulatedCommand(void* const Buffer,
+                                                     const uint16_t Length);
+               uint8_t RNDIS_GetEncapsulatedResponse(void* const Buffer,
+                                                     const uint16_t Length);
 
                uint8_t RNDIS_SendKeepAlive(void);
 
                uint8_t RNDIS_SendKeepAlive(void);
-               uint8_t RNDIS_InitializeDevice(const uint16_t HostMaxPacketSize, uint16_t* const DeviceMaxPacketSize);
-               uint8_t RNDIS_SetRNDISProperty(const uint32_t Oid, void* Buffer, const uint16_t Length);
-               uint8_t RNDIS_QueryRNDISProperty(const uint32_t Oid, void* Buffer, const uint16_t MaxLength);
+               uint8_t RNDIS_InitializeDevice(const uint16_t HostMaxPacketSize,
+                                              uint16_t* const DeviceMaxPacketSize);
+               uint8_t RNDIS_SetRNDISProperty(const uint32_t Oid,
+                                              void* Buffer,
+                                              const uint16_t Length);
+               uint8_t RNDIS_QueryRNDISProperty(const uint32_t Oid,
+                                                void* Buffer,
+                                                const uint16_t MaxLength);
                uint8_t RNDIS_GetPacketLength(uint16_t* const PacketLength);
 
 #endif
                uint8_t RNDIS_GetPacketLength(uint16_t* const PacketLength);
 
 #endif