summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
commited66e1bc0d2be0a185fc47adab4930c3b7e2767f (patch)
tree5709b407529f37f5a069d36ec5a0d3b04db9c3ba /MdeModulePkg/Universal/BdsDxe
parent1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff)
downloadedk2-platforms-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.xz
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
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h3
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h12
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h9
-rw-r--r--MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.h9
-rw-r--r--MdeModulePkg/Universal/BdsDxe/Hotkey.h9
-rw-r--r--MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h3
-rw-r--r--MdeModulePkg/Universal/BdsDxe/Language.h3
7 files changed, 16 insertions, 32 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h b/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
index 95326b8d58..fee8bdbac5 100644
--- a/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
+++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
@@ -63,8 +63,7 @@ BdsDeleteAllInvalidLegacyBootOptions (
EFI_STATUS
BdsAddNonExistingLegacyBootOptions (
VOID
- )
-;
+ );
/**
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h b/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h
index 70335a6f9a..4aed70aab3 100644
--- a/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h
+++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h
@@ -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
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h
index f7876843e4..3fe70c1c5d 100644
--- a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h
+++ b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h
@@ -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
diff --git a/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.h b/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.h
index 449676251d..9668452ddb 100644
--- a/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.h
+++ b/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.h
@@ -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
diff --git a/MdeModulePkg/Universal/BdsDxe/Hotkey.h b/MdeModulePkg/Universal/BdsDxe/Hotkey.h
index 3bc21509fc..944e5fb9a1 100644
--- a/MdeModulePkg/Universal/BdsDxe/Hotkey.h
+++ b/MdeModulePkg/Universal/BdsDxe/Hotkey.h
@@ -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
diff --git a/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h b/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
index 1063c86fc2..1926839c6f 100644
--- a/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
+++ b/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
@@ -34,7 +34,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
VOID
InitializeHwErrRecSupport (
IN UINT16 HwErrRecSupportLevel
- )
-;
+ );
#endif
diff --git a/MdeModulePkg/Universal/BdsDxe/Language.h b/MdeModulePkg/Universal/BdsDxe/Language.h
index 1d10f7178b..39dd1eccf9 100644
--- a/MdeModulePkg/Universal/BdsDxe/Language.h
+++ b/MdeModulePkg/Universal/BdsDxe/Language.h
@@ -27,7 +27,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
VOID
InitializeLanguage (
BOOLEAN LangCodesSettingRequired
- )
-;
+ );
#endif // _LANGUAGE_H_