summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DebugPortDxe
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 06:10:09 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 06:10:09 +0000
commited7748fe4a5575adea8055c6da5948fbee65fd7a (patch)
tree5c17cc05384d1b37043384f0f0b2924e00212352 /MdeModulePkg/Universal/DebugPortDxe
parent977bdf030be14659ed1cf57a40b13bd8492430cf (diff)
downloadedk2-ed7748fe4a5575adea8055c6da5948fbee65fd7a.tar.gz
edk2-ed7748fe4a5575adea8055c6da5948fbee65fd7a.tar.bz2
edk2-ed7748fe4a5575adea8055c6da5948fbee65fd7a.zip
remove some comments introduced by tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugPortDxe')
-rw-r--r--MdeModulePkg/Universal/DebugPortDxe/DebugPort.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
index 58a1629cd5..283abf96ac 100644
--- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
+++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
@@ -20,21 +20,15 @@ Abstract:
#ifndef __DEBUGPORT_H__
#define __DEBUGPORT_H__
-//
-// The package level header files this module uses
-//
+
#include <Uefi.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/DevicePath.h>
#include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h>
#include <Protocol/SerialIo.h>
#include <Protocol/DebugPort.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>