mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1878 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cc0d3fe255
commit
a0a1e5aa35
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
bmlib.c
|
BmLib.c
|
||||||
|
|
||||||
AgBStract:
|
AgBStract:
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ AgBStract:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EfiLibLocateProtocol (
|
EfiLibLocateProtocol (
|
||||||
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
bootmaint.h
|
BootMaint.h
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
bootoption.c
|
BootOption.c
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
#include "BBSsupport.h"
|
#include "BBSsupport.h"
|
||||||
|
|
||||||
BM_MENU_ENTRY *
|
BM_MENU_ENTRY *
|
||||||
|
@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
consoleoption.c
|
ConsoleOption.c
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
|
|
||||||
EFI_DEVICE_PATH_PROTOCOL *
|
EFI_DEVICE_PATH_PROTOCOL *
|
||||||
DevicePathInstanceDup (
|
DevicePathInstanceDup (
|
||||||
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
data.c
|
Data.c
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Revision History
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
|
|
||||||
EFI_HII_UPDATE_DATA *UpdateData;
|
EFI_HII_UPDATE_DATA *UpdateData;
|
||||||
STRING_DEPOSITORY *FileOptionStrDepository;
|
STRING_DEPOSITORY *FileOptionStrDepository;
|
||||||
|
@ -20,7 +20,7 @@ AgBStract:
|
|||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Generic/Bds.h"
|
#include "Generic/Bds.h"
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
#include "BdsPlatform.h"
|
#include "BdsPlatform.h"
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
//
|
//
|
||||||
// Module Name:
|
// Module Name:
|
||||||
//
|
//
|
||||||
// formguid.h
|
// FormGuid.h
|
||||||
//
|
//
|
||||||
// Abstract:
|
// Abstract:
|
||||||
//
|
//
|
||||||
|
@ -20,7 +20,7 @@ AgBStract:
|
|||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Generic/Bds.h"
|
#include "Generic/Bds.h"
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
#include "BdsPlatform.h"
|
#include "BdsPlatform.h"
|
||||||
|
|
||||||
EFI_GUID gTerminalDriverGuid = {
|
EFI_GUID gTerminalDriverGuid = {
|
||||||
|
@ -15,12 +15,12 @@ Module Name:
|
|||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
|
||||||
Variable operation that will be used by bootmaint
|
Variable operation that will be used by BootMaint
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "Generic/Bds.h"
|
#include "Generic/Bds.h"
|
||||||
#include "bootmaint.h"
|
#include "BootMaint.h"
|
||||||
#include "bdsplatform.h"
|
#include "bdsplatform.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user