clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5821 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-04 09:44:58 +00:00
parent ed66e1bc0d
commit e00e1d4694
57 changed files with 314 additions and 628 deletions

View File

@@ -142,8 +142,7 @@ VOID
IA32API
EfiHalt (
VOID
)
;
);
/*++
Routine Description:
@@ -157,8 +156,7 @@ VOID
IA32API
EfiWbinvd (
VOID
)
;
);
/*++
Routine Description:
@@ -172,8 +170,7 @@ VOID
IA32API
EfiInvd (
VOID
)
;
);
/*++
Routine Description:
@@ -188,8 +185,7 @@ IA32API
EfiCpuid (
IN UINT32 RegisterInEax,
OUT EFI_CPUID_REGISTER *Regs
)
;
);
/*++
Routine Description:
@@ -226,8 +222,7 @@ UINT64
IA32API
EfiReadMsr (
IN UINT32 Index
)
;
);
/*++
Routine Description:
@@ -243,8 +238,7 @@ IA32API
EfiWriteMsr (
IN UINT32 Index,
IN UINT64 Value
)
;
);
/*++
Routine Description:
@@ -259,8 +253,7 @@ UINT64
IA32API
EfiReadTsc (
VOID
)
;
);
/*++
Routine Description:
@@ -274,8 +267,7 @@ VOID
IA32API
EfiDisableCache (
VOID
)
;
);
/*++
Routine Description:
@@ -289,8 +281,7 @@ VOID
IA32API
EfiEnableCache (
VOID
)
;
);
/*++
Routine Description:
@@ -304,8 +295,7 @@ UINT32
IA32API
EfiGetEflags (
VOID
)
;
);
/*++
Routine Description:
@@ -319,8 +309,7 @@ VOID
IA32API
EfiDisableInterrupts (
VOID
)
;
);
/*++
Routine Description:
@@ -334,8 +323,7 @@ VOID
IA32API
EfiEnableInterrupts (
VOID
)
;
);
/*++
Routine Description:

View File

@@ -111,8 +111,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_KEY_NOTIFY_FUNCTION) (
IN EFI_KEY_DATA *KeyData
)
;
);
typedef
EFI_STATUS

View File

@@ -32,8 +32,7 @@ memcpy (
OUT VOID *Dest,
IN const VOID *Src,
IN UINTN Count
)
;
);
#ifdef _MSC_EXTENSIONS
#pragma intrinsic(memcpy)

View File

@@ -31,8 +31,7 @@ memset (
OUT VOID *Dest,
IN UINTN Char,
IN UINTN Count
)
;
);
#ifdef _MSC_EXTENSIONS
#pragma intrinsic(memset)

View File

@@ -215,8 +215,7 @@ GetNextFirmwareVolume2Hob (
OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
OUT UINT64 *Length,
OUT EFI_GUID *FileName
)
;
);
#endif
EFI_STATUS

View File

@@ -280,8 +280,7 @@ CreateOneOfOptionOpCode (
IN IFR_OPTION *OptionsList,
IN UINT8 Type,
IN OUT EFI_HII_UPDATE_DATA *Data
)
;
);
EFI_STATUS
CreateOneOfOpCode (

View File

@@ -168,8 +168,7 @@ EfiGetVariable (
OUT UINT32 *Attributes,
IN OUT UINTN *DataSize,
OUT VOID *Data
)
;
);
/**
Enumerates variable's name.

View File

@@ -122,23 +122,20 @@ EFIAPI
SetEsalVirtualEntryPoint (
IN UINT64 EntryPoint,
IN UINT64 Gp
)
;
);
SAL_RETURN_REGS
EFIAPI
SetEsalPhysicalEntryPoint (
IN UINT64 EntryPoint,
IN UINT64 Gp
)
;
);
SAL_RETURN_REGS
EFIAPI
GetEsalEntryPoint (
VOID
)
;
);
#endif

View File

@@ -47,8 +47,7 @@ GluePreparePackages (
IN UINTN NumberOfPackages,
IN CONST EFI_GUID *Guid OPTIONAL,
...
)
;
);
#endif

View File

@@ -43,8 +43,7 @@ VOID *
EFIAPI
GetHobList (
VOID
)
;
);
/**
Returns the next instance of a HOB type from the starting HOB.
@@ -67,8 +66,7 @@ EFIAPI
GetNextHob (
IN UINT16 Type,
IN CONST VOID *HobStart
)
;
);
/**
Returns the first instance of a HOB type among the whole HOB list.
@@ -85,8 +83,7 @@ VOID *
EFIAPI
GetFirstHob (
IN UINT16 Type
)
;
);
/**
This function searches the first instance of a HOB from the starting HOB pointer.
@@ -112,8 +109,7 @@ EFIAPI
GlueGetNextGuidHob (
IN CONST EFI_GUID *Guid,
IN CONST VOID *HobStart
)
;
);
/**
This function searches the first instance of a HOB among the whole HOB list.
@@ -133,8 +129,7 @@ VOID *
EFIAPI
GlueGetFirstGuidHob (
IN CONST EFI_GUID *Guid
)
;
);
/**
Get the Boot Mode from the HOB list.
@@ -151,8 +146,7 @@ EFI_BOOT_MODE
EFIAPI
GetBootModeHob (
VOID
)
;
);
/**
Builds a HOB for a loaded PE32 module.
@@ -176,8 +170,7 @@ GlueBuildModuleHob (
IN EFI_PHYSICAL_ADDRESS MemoryAllocationModule,
IN UINT64 ModuleLength,
IN EFI_PHYSICAL_ADDRESS EntryPoint
)
;
);
/**
Builds a HOB that describes a chunk of system memory.
@@ -200,8 +193,7 @@ BuildResourceDescriptorHob (
IN EFI_RESOURCE_ATTRIBUTE_TYPE ResourceAttribute,
IN EFI_PHYSICAL_ADDRESS PhysicalStart,
IN UINT64 NumberOfBytes
)
;
);
/**
Builds a GUID HOB with a certain data length.
@@ -226,8 +218,7 @@ EFIAPI
BuildGuidHob (
IN CONST EFI_GUID *Guid,
IN UINTN DataLength
)
;
);
/**
Copies a data buffer to a newly-built HOB.
@@ -255,8 +246,7 @@ BuildGuidDataHob (
IN CONST EFI_GUID *Guid,
IN VOID *Data,
IN UINTN DataLength
)
;
);
/**
Builds a Firmware Volume HOB.
@@ -275,8 +265,7 @@ EFIAPI
BuildFvHob (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
)
;
);
/**
Builds a Capsule Volume HOB.
@@ -295,8 +284,7 @@ EFIAPI
BuildCvHob (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
)
;
);
/**
Builds a HOB for the CPU.
@@ -315,8 +303,7 @@ EFIAPI
BuildCpuHob (
IN UINT8 SizeOfMemorySpace,
IN UINT8 SizeOfIoSpace
)
;
);
/**
Builds a HOB for the Stack.
@@ -335,8 +322,7 @@ EFIAPI
BuildStackHob (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length
)
;
);
/**
Builds a HOB for the BSP store.
@@ -357,8 +343,7 @@ BuildBspStoreHob (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length,
IN EFI_MEMORY_TYPE MemoryType
)
;
);
/**
Builds a HOB for the memory allocation.
@@ -379,7 +364,6 @@ GlueBuildMemoryAllocationHob (
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN UINT64 Length,
IN EFI_MEMORY_TYPE MemoryType
)
;
);
#endif

View File

@@ -114,8 +114,7 @@ RETURN_STATUS
EFIAPI
GluePeCoffLoaderGetImageInfo (
IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
)
;
);
/**
Applies relocation fixups to a PE/COFF image that was loaded with PeCoffLoaderLoadImage().
@@ -141,8 +140,7 @@ RETURN_STATUS
EFIAPI
GluePeCoffLoaderRelocateImage (
IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
)
;
);
/**
Loads a PE/COFF image into memory.
@@ -171,8 +169,7 @@ RETURN_STATUS
EFIAPI
GluePeCoffLoaderLoadImage (
IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
)
;
);
/**
@@ -194,8 +191,7 @@ PeCoffLoaderImageReadFromMemory (
IN UINTN FileOffset,
IN OUT UINTN *ReadSize,
OUT VOID *Buffer
)
;
);
/**
@@ -219,8 +215,7 @@ PeCoffLoaderRelocateImageForRuntime (
IN PHYSICAL_ADDRESS VirtImageBase,
IN UINTN ImageSize,
IN VOID *RelocationData
)
;
);
#endif

View File

@@ -44,7 +44,6 @@ EFIAPI
PublishSystemMemory (
IN PHYSICAL_ADDRESS MemoryBegin,
IN UINT64 MemoryLength
)
;
);
#endif

View File

@@ -71,8 +71,7 @@ EFIAPI
SmBusQuickRead (
IN UINTN SmBusAddress,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS quick write command.
@@ -96,8 +95,7 @@ EFIAPI
SmBusQuickWrite (
IN UINTN SmBusAddress,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS receive byte command.
@@ -123,8 +121,7 @@ EFIAPI
SmBusReceiveByte (
IN UINTN SmBusAddress,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS send byte command.
@@ -152,8 +149,7 @@ SmBusSendByte (
IN UINTN SmBusAddress,
IN UINT8 Value,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS read data byte command.
@@ -178,8 +174,7 @@ EFIAPI
SmBusReadDataByte (
IN UINTN SmBusAddress,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS write data byte command.
@@ -207,8 +202,7 @@ SmBusWriteDataByte (
IN UINTN SmBusAddress,
IN UINT8 Value,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS read data word command.
@@ -233,8 +227,7 @@ EFIAPI
SmBusReadDataWord (
IN UINTN SmBusAddress,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS write data word command.
@@ -262,8 +255,7 @@ SmBusWriteDataWord (
IN UINTN SmBusAddress,
IN UINT16 Value,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS process call command.
@@ -291,8 +283,7 @@ SmBusProcessCall (
IN UINTN SmBusAddress,
IN UINT16 Value,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS read block command.
@@ -323,8 +314,7 @@ SmBusReadBlock (
IN UINTN SmBusAddress,
OUT VOID *Buffer,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS write block command.
@@ -353,8 +343,7 @@ SmBusWriteBlock (
IN UINTN SmBusAddress,
OUT VOID *Buffer,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
/**
Executes an SMBUS block process call command.
@@ -387,8 +376,7 @@ SmBusBlockProcessCall (
IN VOID *WriteBuffer,
OUT VOID *ReadBuffer,
OUT RETURN_STATUS *Status OPTIONAL
)
;
);
#endif