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/Include/Ebc/ProcessorBind.h

    r58459 r58466  
    66
    77Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
    8 This program and the accompanying materials are licensed and made available under 
    9 the terms and conditions of the BSD License that accompanies this distribution. 
     8This program and the accompanying materials are licensed and made available under
     9the terms and conditions of the BSD License that accompanies this distribution.
    1010The full text of the license may be found at
    11 http://opensource.org/licenses/bsd-license.php.                                         
    12    
    13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     
    14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             
     11http://opensource.org/licenses/bsd-license.php.
     12
     13THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     14WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
    1515
    1616**/
     
    9292/// Scalable macro to set the most significant bit in a natural number.
    9393///
    94 #define MAX_BIT     (1ULL << (sizeof (INTN) * 8 - 1)) 
     94#define MAX_BIT     (1ULL << (sizeof (INTN) * 8 - 1))
    9595///
    9696/// A value of native width with the two highest bits set.
     
    125125  ///
    126126#else
    127 #define EFIAPI   
     127#define EFIAPI
    128128#endif
    129129
    130130/**
    131131  Return the pointer to the first instruction of a function given a function pointer.
    132   On EBC architectures, these two pointer values are the same, 
     132  On EBC architectures, these two pointer values are the same,
    133133  so the implementation of this macro is very simple.
    134  
     134
    135135  @param  FunctionPointer   A pointer to a function.
    136136
     
    143143#endif
    144144
    145 #endif 
     145#endif
    146146
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