summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-03-20 02:44:09 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-03-20 02:44:09 +0000
commit3aaddf9276ccf00b4b6349dfce058e3ae287dd3a (patch)
tree3fbec1e869f0667f2bcaea0a17850578d2a28978 /EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h
parentb06af5d71ec9fc353b9433a26fc55d14077f7cde (diff)
downloadedk2-platforms-3aaddf9276ccf00b4b6349dfce058e3ae287dd3a.tar.xz
1. Removed #ifdef SNP_DEBUG and used debug lib to output information
2. Rename PcdPlatformNoCsmSupport to PcdPlatformCsmSupport. 3 Removed #ifdef EFI_NO_CSM and used PcdPlatformCsmSupport. 4. Removed #ifdef ALIGNMENT from C Variable.c and added 2 files Variable/Pei/Ipf/VariableWorker.c and Variable/Pei/VariableWorker.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2487 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h')
-rw-r--r--EdkModulePkg/Universal/Network/Snp32_64/Dxe/Snp.h34
1 files changed, 8 insertions, 26 deletions
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 */