VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/MemLibGuid.c

    r48674 r58466  
    33
    44  The following BaseMemoryLib instances contain the same copy of this file:
    5  
     5
    66    BaseMemoryLib
    77    BaseMemoryLibMmx
     
    3131  This function copies the contents of the 128-bit GUID specified by SourceGuid to
    3232  DestinationGuid, and returns DestinationGuid.
    33  
     33
    3434  If DestinationGuid is NULL, then ASSERT().
    3535  If SourceGuid is NULL, then ASSERT().
     
    6464  This function compares Guid1 to Guid2.  If the GUIDs are identical then TRUE is returned.
    6565  If there are any bit differences in the two GUIDs, then FALSE is returned.
    66  
     66
    6767  If Guid1 is NULL, then ASSERT().
    6868  If Guid2 is NULL, then ASSERT().
     
    104104  GUID in the target buffer is returned.  If no match is found, then NULL is returned.
    105105  If Length is 0, then NULL is returned.
    106  
     106
    107107  If Length > 0 and Buffer is NULL, then ASSERT().
    108108  If Buffer is not aligned on a 32-bit boundary, then ASSERT().
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette