]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Core / Dxe / ArchProtocol / RealTimeClock / RealTimeClock.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 RealTimeClock.h\r
15\r
16Abstract:\r
17\r
18 Real Time clock Architectural Protocol as defined in Tiano\r
19\r
20 This code abstracts time and data functions. Used to provide\r
21 Time and date related EFI runtime services.\r
22\r
23 The GetTime (), SetTime (), GetWakeupTime (), and SetWakeupTime () EFI 1.0\r
24 services are added to the EFI system table and the \r
25 EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL_GUID protocol is registered with a NULL \r
26 pointer.\r
27\r
28 No CRC of the EFI system table is required, as it is done in the DXE core.\r
29\r
30--*/\r
31\r
32#ifndef _ARCH_PROTOCOL_REAL_TIME_CLOCK_H_\r
33#define _ARCH_PROTOCOL_REAL_TIME_CLOCK_H_\r
34\r
35//\r
36// Global ID for the Real Time Clock Architectural Protocol\r
37//\r
38#define EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL_GUID \\r
7ccf38a3 39 { 0x27CFAC87, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D} }\r
3eb9473e 40\r
41extern EFI_GUID gEfiRealTimeClockArchProtocolGuid;\r
42\r
43#endif\r