summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c')
-rw-r--r--ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c b/ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c
index b7d79c3c6e..6193cb6132 100644
--- a/ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c
+++ b/ArmPkg/Library/L2X0CacheLibNull/L2X0Cache.c
@@ -15,6 +15,11 @@
#include <Library/L2X0CacheLib.h>
// Initialize L2X0 Cache Controller
-VOID L2x0CacheInit(UINTN L2x0Base, BOOLEAN CacheEnabled) {
+VOID
+L2x0CacheInit (
+ IN UINTN L2x0Base,
+ IN BOOLEAN CacheEnabled
+ )
+{
//No implementation
}