]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleNetwork.h
Add comments for most of enum data type.
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleNetwork.h
index 48033d803c50b3b2e4be2d52cd7fd355516b30e5..252c5bd492dcd83ca835d4b901211c9001ec8ceb 100644 (file)
@@ -119,6 +119,11 @@ typedef struct {
 \r
 } EFI_NETWORK_STATISTICS;\r
 \r
+///\r
+/// State of the network interface\r
+/// When an EFI_SIMPLE_NETWORK_PROTOCOL driver initializes a\r
+/// network interface, the network interface is left in the EfiSimpleNetworkStopped state.\r
+///\r
 typedef enum {\r
   EfiSimpleNetworkStopped,\r
   EfiSimpleNetworkStarted,\r