diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-03 09:22:38 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-09-03 09:22:38 +0000 |
commit | 5899caf003c444820082f35098b68c678457b6bc (patch) | |
tree | 50f77e0bc58cf3b28535740c3a537710b3e24aaa /MdePkg/Include/Protocol/Ip4.h | |
parent | f759064285b16bf55a0b823917038f4ded818c81 (diff) | |
download | edk2-5899caf003c444820082f35098b68c678457b6bc.tar.gz edk2-5899caf003c444820082f35098b68c678457b6bc.tar.bz2 edk2-5899caf003c444820082f35098b68c678457b6bc.zip |
Clarify the UEFI/EFI specification version in file header comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9238 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Ip4.h')
-rw-r--r-- | MdePkg/Include/Protocol/Ip4.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Ip4.h b/MdePkg/Include/Protocol/Ip4.h index dbc9ad6b1e..246104dcc5 100644 --- a/MdePkg/Include/Protocol/Ip4.h +++ b/MdePkg/Include/Protocol/Ip4.h @@ -1,5 +1,4 @@ /** @file
-
This file defines the EFI IPv4 (Internet Protocol version 4)
Protocol interface. It is split into the following three main
sections:
@@ -18,7 +17,10 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+ @par Revision Reference:
+ This Protocol is introduced in UEFI Specification 2.0
**/
|