TianoCore EDK2 master
Loading...
Searching...
No Matches
RealTimeClock.h
Go to the documentation of this file.
1
19#ifndef __ARCH_PROTOCOL_REAL_TIME_CLOCK_H__
20#define __ARCH_PROTOCOL_REAL_TIME_CLOCK_H__
21
25#define EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL_GUID \
26 { 0x27CFAC87, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } }
27
28extern EFI_GUID gEfiRealTimeClockArchProtocolGuid;
29
30#endif
Definition: Base.h:213