Remove Static declaration for the related driver binding functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1539 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2006-09-14 09:46:16 +00:00
parent 33dc2c50a1
commit 8aab007a7d
2 changed files with 0 additions and 13 deletions

View File

@@ -20,9 +20,6 @@ Abstract:
#ifndef CON_MANAGE_H_
#define CON_MANAGE_H_
//
//
//
#define VarConsoleInpDev L"ConInDev"
#define VarConsoleInp L"ConIn"
#define VarConsoleOutDev L"ConOutDev"
@@ -44,7 +41,6 @@ ConPlatformDriverBindingSupported (
IN EFI_GUID *ProtocolGuid
);
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextInDriverBindingSupported (
@@ -53,7 +49,6 @@ ConPlatformTextInDriverBindingSupported (
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
);
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextOutDriverBindingSupported (
@@ -62,7 +57,6 @@ ConPlatformTextOutDriverBindingSupported (
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
);
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextInDriverBindingStart (
@@ -71,7 +65,6 @@ ConPlatformTextInDriverBindingStart (
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
);
STATIC
EFI_STATUS
EFIAPI
ConPlatformTextOutDriverBindingStart (
@@ -80,7 +73,6 @@ ConPlatformTextOutDriverBindingStart (
IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
);
STATIC
EFI_STATUS
EFIAPI
ConPlatformDriverBindingStop (