X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadDs.c;h=cb1c1a128ef90fce33f19f36d6f7f18768a2d5a6;hb=bb817c56c51fabe92915fe30b168b4833cb2aed9;hp=13990b5195cfc8d95007d3d8e86df982702b043d;hpb=e5f461a8507ffcc89cd99ca43a09b76dca136ab5;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDs.c b/MdePkg/Library/BaseLib/Ia32/ReadDs.c index 13990b5195..cb1c1a128e 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadDs.c @@ -1,8 +1,8 @@ /** @file AsmReadDs function - Copyright (c) 2006 - 2007, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -12,6 +12,18 @@ **/ + + + +/** + Reads the current value of Data Segment Register (DS). + + Reads and returns the current value of DS. This function is only available on + IA-32 and x64. + + @return The current value of DS. + +**/ UINT16 EFIAPI AsmReadDs (