]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
1. Refine debug agent library.
[mirror_edk2.git] / MdeModulePkg / Library / DebugAgentLibNull / DebugAgentLibNull.c
index cf945d01ad6b10d74cd0b3ebcb82ef4cc33c557f..58c756d4d4456d7aafa9c92454616549acace5cd 100644 (file)
@@ -32,20 +32,23 @@ InitializeDebugAgent (
 }\r
 \r
 /**\r
-  Enable/Disable the interrupt of debug timer.\r
+  Enable/Disable the interrupt of debug timer and return the interrupt state\r
+  prior to the operation.\r
 \r
   If EnableStatus is TRUE, enable the interrupt of debug timer.\r
   If EnableStatus is FALSE, disable the interrupt of debug timer.\r
 \r
   @param[in] EnableStatus    Enable/Disable.\r
 \r
+  @return FALSE always.\r
+\r
 **/\r
-VOID\r
+BOOLEAN\r
 EFIAPI\r
-SetDebugTimerInterrupt (\r
+SaveAndSetDebugTimerInterrupt (\r
   IN BOOLEAN                EnableStatus\r
   )\r
 {\r
-\r
+  return FALSE;\r
 }\r
 \r