mirror of https://github.com/acidanthera/audk.git
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
// /** @file
|
|
// Base CPU Timer Library for RISC-V
|
|
//
|
|
// Copyright (c) 2023, Ventana Micro Systems Inc. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "RISC-V CPU Timer Library"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Provides basic timer support for RISC-V."
|
|
|