Files
edk2-platforms/Silicon/RISC-V/ProcessorPkg/Include/Library/MachineModeTimerLib.h
Abner Chang 9006355ddf RISC-V/ProcessorPkg: Address Core CI Uncrustify errors
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>
2022-02-18 14:10:30 +08:00

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