summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c')
-rw-r--r--MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c b/MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c
index 22ef73067e..7514d31848 100644
--- a/MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c
+++ b/MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c
@@ -8,7 +8,10 @@
#include "BaseLibInternals.h"
-extern VOID RiscVEnableSupervisorModeInterrupt (VOID);
+extern VOID
+RiscVEnableSupervisorModeInterrupt (
+ VOID
+ );
/**
Enables CPU interrupts.
@@ -22,4 +25,3 @@ EnableInterrupts (
{
RiscVEnableSupervisorModeInterrupt ();
}
-