X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FUhciDxe%2FUhciDebug.h;h=abdb64fa36f15fdb8543638e55388e367809f4b5;hp=5628e393f2029a8d7e1e793dd398a6395b4530fe;hb=cd5ebaa06dca3e6ef3c464081e6defe00d358c69;hpb=1c61953576f35507eb24032fe2804eaf9a0e976c diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h index 5628e393f2..abdb64fa36 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h @@ -1,7 +1,9 @@ /** @file -Copyright (c) 2007, Intel Corporation -All rights reserved. This program and the accompanying materials + 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 which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -9,17 +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: - - UhciDebug.h - -Abstract: - - This file contains the definination for host controller debug support routines - -Revision History - - **/ #ifndef _EFI_UHCI_DEBUG_H_ @@ -27,32 +18,30 @@ Revision History /** - Dump the content of QH structure + Dump the content of QH structure. - @param QhSw Pointer to software QH structure + @param QhSw Pointer to software QH structure. - @return None + @return None. **/ VOID UhciDumpQh ( IN UHCI_QH_SW *QhSw - ) -; + ); /** Dump the content of TD structure. - @param TdSw Pointer to software TD structure + @param TdSw Pointer to software TD structure. - @return None + @return None. **/ VOID UhciDumpTds ( IN UHCI_TD_SW *TdSw - ) -; + ); #endif