Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6298 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2008-10-30 06:08:09 +00:00
parent df1f748c87
commit 819d148893
27 changed files with 14 additions and 105 deletions

View File

@@ -37,7 +37,7 @@ EFI_ISA_IO_PROTOCOL IsaIoInterface = {
NULL
};
static EFI_ISA_DMA_REGISTERS DmaRegisters[8] = {
EFI_ISA_DMA_REGISTERS DmaRegisters[8] = {
{
0x00,
0x87,
@@ -777,7 +777,6 @@ IsaIoCopyMem (
@retval EFI_OUT_OF_RESOURCES - The memory pages could not be allocated.
**/
STATIC
EFI_STATUS
IsaIoMap_OnlySupportSlaveReadWrite (
IN EFI_ISA_IO_PROTOCOL *This,
@@ -1018,7 +1017,6 @@ IsaIoMap_OnlySupportSlaveReadWrite (
@retval EFI_OUT_OF_RESOURCES - The memory pages could not be allocated.
**/
STATIC
EFI_STATUS
IsaIoMap_FullSupport (
IN EFI_ISA_IO_PROTOCOL *This,