TianoCore EDK2 master
|
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Protocol/MonotonicCounter.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | GetNextMonotonicCount (OUT UINT64 *Count) |
EFI_STATUS EFIAPI | GetNextHighMonotonicCount (OUT UINT32 *HighCount) |
EFI_STATUS EFIAPI | MonotonicCounterDriverInitialize (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
UINT64 | gCurrentMonotonicCount = 0 |
Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EmbeddedMonotonicCounter.c.
EFI_STATUS EFIAPI GetNextHighMonotonicCount | ( | OUT UINT32 * | HighCount | ) |
Definition at line 36 of file EmbeddedMonotonicCounter.c.
EFI_STATUS EFIAPI GetNextMonotonicCount | ( | OUT UINT64 * | Count | ) |
Definition at line 22 of file EmbeddedMonotonicCounter.c.
EFI_STATUS EFIAPI MonotonicCounterDriverInitialize | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Definition at line 53 of file EmbeddedMonotonicCounter.c.
UINT64 gCurrentMonotonicCount = 0 |
Definition at line 18 of file EmbeddedMonotonicCounter.c.