You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Daniel Schaefer <daniel.schaefer@hpe.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
18 lines
347 B
C
18 lines
347 B
C
/** @file
|
|
RISC-V Machine Mode Timer Library Definition
|
|
|
|
Copyright (c) 2022, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
|
|
|
#ifndef MACHINE_MODE_TIMER_LIB_H_
|
|
#define MACHINE_MODE_TIMER_LIB_H_
|
|
|
|
UINT64
|
|
RiscVReadMachineTimerInterface (
|
|
VOID
|
|
);
|
|
|
|
#endif
|