]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
remove some comments introduced by tools.
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibNullTemplate / TimerLibNull.c
index 33a9736a246181574e9bde1895fc1fcc7d283190..85b52bda19b3daf88dbdcd836f79bcd4e3c0402f 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Timer Library functions for runtime drivers.\r
+  A non-functional instance of the Timer Library.\r
 \r
   Copyright (c) 2007, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  RuntimeTimerLib.c\r
-\r
 **/\r
 \r
+\r
+#include <Base.h>\r
+\r
+\r
+#include <Library/TimerLib.h>\r
+#include <Library/DebugLib.h>\r
+\r
 /**\r
   Stalls the CPU for at least the given number of microseconds.\r
 \r