Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6301 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -99,7 +99,6 @@ typedef struct {
|
||||
// Simple Text Out protocol member functions
|
||||
//
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutReset (
|
||||
@@ -124,7 +123,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutOutputString (
|
||||
@@ -149,7 +147,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutTestString (
|
||||
@@ -174,7 +171,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutQueryMode (
|
||||
@@ -227,7 +223,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutSetAttribute (
|
||||
@@ -252,7 +247,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutClearScreen (
|
||||
@@ -275,7 +269,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutSetCursorPosition (
|
||||
@@ -302,7 +295,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextOutEnableCursor (
|
||||
@@ -377,7 +369,6 @@ Returns:
|
||||
//
|
||||
// Simple Text In protocol member functions.
|
||||
//
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextInReset (
|
||||
@@ -402,7 +393,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UnixSimpleTextInReadKeyStroke (
|
||||
@@ -427,7 +417,6 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
STATIC
|
||||
VOID
|
||||
EFIAPI
|
||||
UnixSimpleTextInWaitForKey (
|
||||
|
Reference in New Issue
Block a user