]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/ipf/common.i
Renamed remotely
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / ipf / common.i
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/ipf/common.i b/MdeModulePkg/Universal/DebugSupportDxe/ipf/common.i
deleted file mode 100644 (file)
index 77cfed2..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/// @file\r
-///  This is set of useful macros.\r
-///\r
-/// Copyright (c) 2006, Intel Corporation\r
-/// All rights reserved. This program and the accompanying materials\r
-/// are licensed and made available under the terms and conditions of the BSD License\r
-/// which accompanies this distribution.  The full text of the license may be found at\r
-/// http://opensource.org/licenses/bsd-license.php\r
-///\r
-/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-///\r
-/// Module Name: common.i\r
-///\r
-///\r
-\r
-\r
-#define NESTED_SETUP(i,l,o,r)               \\r
-         alloc loc1=ar##.##pfs,i,l,o,r ;    \\r
-         mov loc0=b0 ;;\r
-\r
-\r
-#define NESTED_RETURN                       \\r
-         mov b0=loc0 ;                      \\r
-         mov ar##.##pfs=loc1 ;;             \\r
-         br##.##ret##.##dpnt  b0 ;;\r
-\r
-#define MASK(bp,value)  (value << bp)\r
-\r