Removed CommonHeader.h generated file from the MdePkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2922 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2007-06-29 23:22:13 +00:00
parent bd0aee7629
commit f734a10ab1
272 changed files with 325 additions and 782 deletions

View File

@@ -45,7 +45,7 @@
[Sources.common]
IoLibMmioBuffer.c
CommonHeader.h
BaseIoLibIntrinsicInternal.h
[Sources.Ia32]
IoHighLevel.c

View File

@@ -26,7 +26,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BaseIoLibIntrinsicInternal.h"
/**
Reads an 8-bit I/O port, performs a bitwise inclusive OR, and writes the

View File

@@ -17,7 +17,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BaseIoLibIntrinsicInternal.h"
/**
Reads a 64-bit I/O port.

View File

@@ -26,7 +26,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BaseIoLibIntrinsicInternal.h"
/**
Reads an 8-bit MMIO register.

View File

@@ -17,7 +17,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BaseIoLibIntrinsicInternal.h"
#define MAP_PORT_BASE_TO_MEM(_Port) \
((((_Port) & 0xfffc) << 10) | ((_Port) & 0x0fff))

View File

@@ -15,7 +15,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BaseIoLibIntrinsicInternal.h"
/**
Copy data from MMIO region to system memory by using 8-bit access.

View File

@@ -25,7 +25,7 @@
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "BaseIoLibIntrinsicInternal.h"
//
// Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics