Build: Fix incorrect build target for Ubuntu CI builds.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / RNDISClassCommon.h
index 640745e..035f5df 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2014.
+     Copyright (C) Dean Camera, 2019.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2019  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -78,7 +78,7 @@
                #define REMOTE_NDIS_VERSION_MINOR             0x00
 
                /** \name RNDIS Message Values */
                #define REMOTE_NDIS_VERSION_MINOR             0x00
 
                /** \name RNDIS Message Values */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_PACKET_MSG                0x00000001UL
                #define REMOTE_NDIS_INITIALIZE_MSG            0x00000002UL
                #define REMOTE_NDIS_HALT_MSG                  0x00000003UL
                #define REMOTE_NDIS_PACKET_MSG                0x00000001UL
                #define REMOTE_NDIS_INITIALIZE_MSG            0x00000002UL
                #define REMOTE_NDIS_HALT_MSG                  0x00000003UL
                #define REMOTE_NDIS_RESET_MSG                 0x00000006UL
                #define REMOTE_NDIS_INDICATE_STATUS_MSG       0x00000007UL
                #define REMOTE_NDIS_KEEPALIVE_MSG             0x00000008UL
                #define REMOTE_NDIS_RESET_MSG                 0x00000006UL
                #define REMOTE_NDIS_INDICATE_STATUS_MSG       0x00000007UL
                #define REMOTE_NDIS_KEEPALIVE_MSG             0x00000008UL
-               //@}
+               /**@}*/
 
                /** \name RNDIS Response Values */
 
                /** \name RNDIS Response Values */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_INITIALIZE_CMPLT          0x80000002UL
                #define REMOTE_NDIS_QUERY_CMPLT               0x80000004UL
                #define REMOTE_NDIS_SET_CMPLT                 0x80000005UL
                #define REMOTE_NDIS_RESET_CMPLT               0x80000006UL
                #define REMOTE_NDIS_KEEPALIVE_CMPLT           0x80000008UL
                #define REMOTE_NDIS_INITIALIZE_CMPLT          0x80000002UL
                #define REMOTE_NDIS_QUERY_CMPLT               0x80000004UL
                #define REMOTE_NDIS_SET_CMPLT                 0x80000005UL
                #define REMOTE_NDIS_RESET_CMPLT               0x80000006UL
                #define REMOTE_NDIS_KEEPALIVE_CMPLT           0x80000008UL
-               //@}
+               /**@}*/
 
                /** \name RNDIS Status Values */
 
                /** \name RNDIS Status Values */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_STATUS_SUCCESS            0x00000000UL
                #define REMOTE_NDIS_STATUS_FAILURE            0xC0000001UL
                #define REMOTE_NDIS_STATUS_INVALID_DATA       0xC0010015UL
                #define REMOTE_NDIS_STATUS_NOT_SUPPORTED      0xC00000BBUL
                #define REMOTE_NDIS_STATUS_MEDIA_CONNECT      0x4001000BUL
                #define REMOTE_NDIS_STATUS_MEDIA_DISCONNECT   0x4001000CUL
                #define REMOTE_NDIS_STATUS_SUCCESS            0x00000000UL
                #define REMOTE_NDIS_STATUS_FAILURE            0xC0000001UL
                #define REMOTE_NDIS_STATUS_INVALID_DATA       0xC0010015UL
                #define REMOTE_NDIS_STATUS_NOT_SUPPORTED      0xC00000BBUL
                #define REMOTE_NDIS_STATUS_MEDIA_CONNECT      0x4001000BUL
                #define REMOTE_NDIS_STATUS_MEDIA_DISCONNECT   0x4001000CUL
-               //@}
+               /**@}*/
 
                /** \name RNDIS Media States */
 
                /** \name RNDIS Media States */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_MEDIA_STATE_CONNECTED     0x00000000UL
                #define REMOTE_NDIS_MEDIA_STATE_DISCONNECTED  0x00000001UL
                #define REMOTE_NDIS_MEDIA_STATE_CONNECTED     0x00000000UL
                #define REMOTE_NDIS_MEDIA_STATE_DISCONNECTED  0x00000001UL
-               //@}
+               /**@}*/
 
                /** \name RNDIS Media Types */
 
                /** \name RNDIS Media Types */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_MEDIUM_802_3              0x00000000UL
                #define REMOTE_NDIS_MEDIUM_802_3              0x00000000UL
-               //@}
+               /**@}*/
 
                /** \name RNDIS Connection Types */
 
                /** \name RNDIS Connection Types */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_DF_CONNECTIONLESS         0x00000001UL
                #define REMOTE_NDIS_DF_CONNECTION_ORIENTED    0x00000002UL
                #define REMOTE_NDIS_DF_CONNECTIONLESS         0x00000001UL
                #define REMOTE_NDIS_DF_CONNECTION_ORIENTED    0x00000002UL
-               //@}
+               /**@}*/
 
                /** \name RNDIS Packet Types */
 
                /** \name RNDIS Packet Types */
-               //@{
+               /**@{*/
                #define REMOTE_NDIS_PACKET_DIRECTED           0x00000001UL
                #define REMOTE_NDIS_PACKET_MULTICAST          0x00000002UL
                #define REMOTE_NDIS_PACKET_ALL_MULTICAST      0x00000004UL
                #define REMOTE_NDIS_PACKET_DIRECTED           0x00000001UL
                #define REMOTE_NDIS_PACKET_MULTICAST          0x00000002UL
                #define REMOTE_NDIS_PACKET_ALL_MULTICAST      0x00000004UL
                #define REMOTE_NDIS_PACKET_ALL_FUNCTIONAL     0x00002000UL
                #define REMOTE_NDIS_PACKET_FUNCTIONAL         0x00004000UL
                #define REMOTE_NDIS_PACKET_MAC_FRAME          0x00008000UL
                #define REMOTE_NDIS_PACKET_ALL_FUNCTIONAL     0x00002000UL
                #define REMOTE_NDIS_PACKET_FUNCTIONAL         0x00004000UL
                #define REMOTE_NDIS_PACKET_MAC_FRAME          0x00008000UL
-               //@}
+               /**@}*/
 
                /** \name RNDIS OID Values */
 
                /** \name RNDIS OID Values */
-               //@{
+               /**@{*/
                #define OID_GEN_SUPPORTED_LIST                0x00010101UL
                #define OID_GEN_HARDWARE_STATUS               0x00010102UL
                #define OID_GEN_MEDIA_SUPPORTED               0x00010103UL
                #define OID_GEN_SUPPORTED_LIST                0x00010101UL
                #define OID_GEN_HARDWARE_STATUS               0x00010102UL
                #define OID_GEN_MEDIA_SUPPORTED               0x00010103UL
                #define OID_802_3_RCV_ERROR_ALIGNMENT         0x01020101UL
                #define OID_802_3_XMIT_ONE_COLLISION          0x01020102UL
                #define OID_802_3_XMIT_MORE_COLLISIONS        0x01020103UL
                #define OID_802_3_RCV_ERROR_ALIGNMENT         0x01020101UL
                #define OID_802_3_XMIT_ONE_COLLISION          0x01020102UL
                #define OID_802_3_XMIT_MORE_COLLISIONS        0x01020103UL
-               //@}
+               /**@}*/
 
                /** Maximum size in bytes of an Ethernet frame according to the Ethernet standard. */
                #define ETHERNET_FRAME_SIZE_MAX               1500
 
                /** Maximum size in bytes of an Ethernet frame according to the Ethernet standard. */
                #define ETHERNET_FRAME_SIZE_MAX               1500