diff options
Diffstat (limited to 'UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h')
-rw-r--r-- | UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h b/UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h deleted file mode 100644 index d75320f..0000000 --- a/UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h +++ /dev/null @@ -1,21 +0,0 @@ -/** @file
-
- Copyright (c) 2024, Canonical Services Ltd<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#ifndef BASE_RISCV_FPU_LIB_H_
-#define BASE_RISCV_FPU_LIB_H_
-
-/**
- Initialize floating point unit
-
-**/
-EFI_STATUS
-EFIAPI
-RiscVInitializeFpu (
- VOID
- );
-
-#endif /* BASE_RISCV_FPU_LIB_H_ */
|