clean up the un-suitable ';' location when declaring the functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-04 09:37:28 +00:00
parent 1f3a753ee6
commit ed66e1bc0d
134 changed files with 1345 additions and 2690 deletions

View File

@@ -105,16 +105,14 @@ EFIAPI
VariableServiceInitialize (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
;
);
VOID
EFIAPI
VariableClassAddressChangeEvent (
IN EFI_EVENT Event,
IN VOID *Context
)
;
);
EFI_STATUS
EFIAPI
@@ -124,8 +122,7 @@ GetVariable (
OUT UINT32 *Attributes OPTIONAL,
IN OUT UINTN *DataSize,
OUT VOID *Data
)
;
);
EFI_STATUS
EFIAPI
@@ -133,8 +130,7 @@ GetNextVariableName (
IN OUT UINTN *VariableNameSize,
IN OUT CHAR16 *VariableName,
IN OUT EFI_GUID *VendorGuid
)
;
);
EFI_STATUS
EFIAPI
@@ -144,8 +140,7 @@ SetVariable (
IN UINT32 Attributes,
IN UINTN DataSize,
IN VOID *Data
)
;
);
#if (EFI_SPECIFICATION_VERSION >= 0x00020000)
EFI_STATUS
@@ -155,8 +150,7 @@ QueryVariableInfo (
OUT UINT64 *MaximumVariableStorageSize,
OUT UINT64 *RemainingVariableStorageSize,
OUT UINT64 *MaximumVariableSize
)
;
);
#endif // EFI_SPECIFICATION_VERSION >= 0x00020000
#endif