mirror of https://github.com/acidanthera/audk.git
Remove the restrain on the Year field in EFI_TIME structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9285 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
41c333aa68
commit
e189264e48
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
Defines data types and constants introduced in UEFI.
|
||||
|
||||
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
||||
Copyright (c) 2006 - 2009, Intel Corporation<BR>
|
||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -59,7 +59,7 @@ typedef UINT64 EFI_VIRTUAL_ADDRESS;
|
|||
|
||||
///
|
||||
/// EFI Time Abstraction:
|
||||
/// Year: 1998 - 20XX
|
||||
/// Year: 1900 - 9999
|
||||
/// Month: 1 - 12
|
||||
/// Day: 1 - 31
|
||||
/// Hour: 0 - 23
|
||||
|
|
Loading…
Reference in New Issue