X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FNetwork%2FSnp32_64%2FDxe%2FSnp.h;h=038c2e66b0765c7fd9b6c05b9ba5682e1d2f5af2;hp=31cbc8eb830c832d5d42508ea5c49c5a9ed6ec94;hb=3aaddf9276ccf00b4b6349dfce058e3ae287dd3a;hpb=b06af5d71ec9fc353b9433a26fc55d14077f7cde diff --git a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h index 31cbc8eb83..038c2e66b0 100644 --- a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h +++ b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h @@ -1,12 +1,12 @@ /*++ -Copyright (c) 2006, 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 - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2006, 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 + +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: snp.h @@ -22,17 +22,8 @@ Revision history: #include "IndustryStandard/pci22.h" -#define SNP_DEBUG 0 #define FOUR_GIGABYTES (UINT64) 0x100000000ULL -#if SNP_DEBUG -#undef D_NET -#define D_NET D_WARN -#define SNP_PRINT(DebugInfo) Print (DebugInfo) -#else -#define SNP_PRINT(DebugInfo) -#endif - #define SNP_DRIVER_SIGNATURE EFI_SIGNATURE_32 ('s', 'n', 'd', 's') #define MAX_MAP_LENGTH 100 @@ -455,13 +446,4 @@ VOID #define SNP_MEM_PAGES(x) (((x) - 1) / 4096 + 1) -#if SNP_DEBUG -extern -VOID -snp_wait_for_key ( - VOID - ) -; -#endif - #endif /* _SNP_H */