diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-09 10:06:12 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-09 10:06:12 +0000 |
commit | 56a88912eb232b81fc0448f4b9faddb7a980643c (patch) | |
tree | d2c6c8be7ec5ad3261d9b182a80c49d23bb91a4b /MdeModulePkg/Bus/Pci/EhciDxe | |
parent | 8616fc4c134d866cb6298faaa5d2dd17242dae9c (diff) | |
download | edk2-platforms-56a88912eb232b81fc0448f4b9faddb7a980643c.tar.xz |
modify coding style
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5437 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe')
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h index c07e2c248b..9de1199f73 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h @@ -1,5 +1,7 @@ /** @file
+ This file contains the definination for host controller debug support routines.
+
Copyright (c) 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -9,16 +11,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- EhciDebug.h
-
-Abstract:
-
- This file contains the definination for host controller debug support routines
-
-Revision History
-
**/
#ifndef _EFI_EHCI_DEBUG_H_
@@ -42,7 +34,6 @@ EhcDumpQtd ( ;
-
/**
Dump the queue head.
@@ -62,7 +53,6 @@ EhcDumpQh ( ;
-
/**
Dump the buffer in the form of hex.
|