]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleNetwork.h
Add TPM related definitions.
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleNetwork.h
index 0da64bbe530445159f0727a4f772d95b4a587707..ad873f188d9f1d0ca9c65ad792752905ec807b1d 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Simple Network protocol as defined in the EFI 1.0 specification.\r
+  Simple Network protocol as defined in the UEFI 2.0 specification.\r
 \r
   Basic network device abstraction.\r
 \r
@@ -17,8 +17,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-  Module Name:  SimpleNetwork.h\r
-\r
 **/\r
 \r
 #ifndef __SIMPLE_NETWORK_H__\r
 \r
 typedef struct _EFI_SIMPLE_NETWORK_PROTOCOL  EFI_SIMPLE_NETWORK_PROTOCOL;\r
 \r
+\r
+//\r
+// Protocol defined in EFI1.1.\r
+// \r
+typedef EFI_SIMPLE_NETWORK_PROTOCOL   EFI_SIMPLE_NETWORK;\r
+\r
 //\r
 // Simple Network Protocol data structures\r
 //\r
@@ -556,6 +560,11 @@ EFI_STATUS
 \r
 #define EFI_SIMPLE_NETWORK_PROTOCOL_REVISION  0x00010000\r
 \r
+//\r
+// Revision defined in EFI1.1\r
+// \r
+#define EFI_SIMPLE_NETWORK_INTERFACE_REVISION   EFI_SIMPLE_NETWORK_PROTOCOL_REVISION\r
+\r
 struct _EFI_SIMPLE_NETWORK_PROTOCOL {\r
   UINT64                              Revision;\r
   EFI_SIMPLE_NETWORK_START            Start;\r