VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

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

    r48674 r58459  
    55  specific functions in this file.
    66
    7 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
     7Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
    88This program and the accompanying materials are licensed and made available under
    99the terms and conditions of the BSD License that accompanies this distribution. 
     
    3131/// 1-byte signed value
    3232///
    33 typedef char                  INT8;
     33typedef signed char           INT8;
    3434///
    3535/// Logical Boolean.  1-byte value containing 0 for FALSE or a 1 for TRUE.  Other
     
    105105
    106106///
     107/// Maximum legal EBC INTN and UINTN values.
     108///
     109#define MAX_UINTN  ((UINTN) ~0)
     110#define MAX_INTN   ((INTN)~MAX_BIT)
     111
     112///
    107113/// The stack alignment required for EBC
    108114///
     
    133139#define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
    134140
     141#ifndef __USER_LABEL_PREFIX__
     142#define __USER_LABEL_PREFIX__
     143#endif
     144
    135145#endif
    136146
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