Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/gdtoa.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103761
- 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/StdLib/LibC/gdtoa/gdtoa.h
r48674 r58459 1 /* $NetBSD: gdtoa.h,v 1.6.4.1.4.1 2008/04/08 21:10:55 jdc Exp $ */1 /** @file 2 2 3 /**************************************************************** 3 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 4 This program and the accompanying materials are licensed and made available under 5 the terms and conditions of the BSD License that accompanies this distribution. 6 The full text of the license may be found at 7 http://opensource.org/licenses/bsd-license. 8 9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 4 11 5 12 The author of this software is David M. Gay. … … 27 34 THIS SOFTWARE. 28 35 36 $NetBSD: gdtoa.h,v 1.6.4.1.4.1 2008/04/08 21:10:55 jdc Exp 37 29 38 ****************************************************************/ 30 39 … … 39 48 40 49 #ifndef Long 41 #define Long EFI_LONG_T50 #define Long int32_t 42 51 #endif 43 52 #ifndef ULong 44 #define ULong EFI_ULONG_T53 #define ULong uint32_t 45 54 #endif 46 55 #ifndef UShort
Note:
See TracChangeset
for help on using the changeset viewer.