Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/ProcessorBind.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/ProcessorBind.h
r48674 r58459 5 5 specific functions in this file. 6 6 7 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>7 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 8 8 This program and the accompanying materials are licensed and made available under 9 9 the terms and conditions of the BSD License that accompanies this distribution. … … 31 31 /// 1-byte signed value 32 32 /// 33 typedef charINT8;33 typedef signed char INT8; 34 34 /// 35 35 /// Logical Boolean. 1-byte value containing 0 for FALSE or a 1 for TRUE. Other … … 105 105 106 106 /// 107 /// Maximum legal EBC INTN and UINTN values. 108 /// 109 #define MAX_UINTN ((UINTN) ~0) 110 #define MAX_INTN ((INTN)~MAX_BIT) 111 112 /// 107 113 /// The stack alignment required for EBC 108 114 /// … … 133 139 #define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer) 134 140 141 #ifndef __USER_LABEL_PREFIX__ 142 #define __USER_LABEL_PREFIX__ 143 #endif 144 135 145 #endif 136 146
Note:
See TracChangeset
for help on using the changeset viewer.