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

@@ -63,8 +63,7 @@ BdsDeleteAllInvalidLegacyBootOptions (
EFI_STATUS
BdsAddNonExistingLegacyBootOptions (
VOID
)
;
);
/**

View File

@@ -467,8 +467,7 @@ typedef struct _STRING_DEPOSITORY {
EFI_STATUS
BOpt_FindFileSystem (
IN BMM_CALLBACK_DATA *CallbackData
)
;
);
/**
Find files under current directory
@@ -486,8 +485,7 @@ EFI_STATUS
BOpt_FindFiles (
IN BMM_CALLBACK_DATA *CallbackData,
IN BM_MENU_ENTRY *MenuEntry
)
;
);
/**
@@ -503,8 +501,7 @@ BOpt_FindFiles (
EFI_STATUS
BOpt_FindDrivers (
VOID
)
;
);
/**
@@ -776,8 +773,7 @@ FreeAllConsoles (
VOID
ChangeVariableDevicePath (
IN OUT EFI_DEVICE_PATH_PROTOCOL *DevicePath
)
;
);
/**
Update the multi-instance device path of Terminal Device based on

View File

@@ -79,8 +79,7 @@ BootManagerCallback (
IN UINT8 Type,
IN EFI_IFR_TYPE_VALUE *Value,
OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
)
;
);
/**
@@ -92,8 +91,7 @@ BootManagerCallback (
EFI_STATUS
InitializeBootManager (
VOID
)
;
);
/**
This funtion invokees Boot Manager. If all devices have not a chance to be connected,
@@ -105,7 +103,6 @@ InitializeBootManager (
VOID
CallBootManager (
VOID
)
;
);
#endif

View File

@@ -98,8 +98,7 @@ DeviceManagerCallback (
IN UINT8 Type,
IN EFI_IFR_TYPE_VALUE *Value,
OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
)
;
);
/**
@@ -112,8 +111,7 @@ DeviceManagerCallback (
EFI_STATUS
InitializeDeviceManager (
VOID
)
;
);
/**
@@ -131,7 +129,6 @@ InitializeDeviceManager (
EFI_STATUS
CallDeviceManager (
VOID
)
;
);
#endif

View File

@@ -53,8 +53,7 @@ EFI_STATUS
RegisterHotkey (
IN EFI_KEY_OPTION *KeyOption,
OUT UINT16 *KeyOptionNumber
)
;
);
/**
@@ -70,8 +69,7 @@ RegisterHotkey (
EFI_STATUS
UnregisterHotkey (
IN UINT16 KeyOptionNumber
)
;
);
/**
@@ -87,7 +85,6 @@ UnregisterHotkey (
EFI_STATUS
InitializeHotkeyService (
VOID
)
;
);
#endif

View File

@@ -34,7 +34,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
VOID
InitializeHwErrRecSupport (
IN UINT16 HwErrRecSupportLevel
)
;
);
#endif

View File

@@ -27,7 +27,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
VOID
InitializeLanguage (
BOOLEAN LangCodesSettingRequired
)
;
);
#endif // _LANGUAGE_H_