diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:14:35 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:14:35 +0000 |
commit | 7492c63d423201cbabc00c343cc25269bb1254c1 (patch) | |
tree | d93889cc23d790f1d14cf66da4a898125be7c39d /UnixPkg/UnixConsoleDxe/Console.h | |
parent | ba31c2e08e5c3925b4c21b454ee7ee2c7366657c (diff) | |
download | edk2-platforms-7492c63d423201cbabc00c343cc25269bb1254c1.tar.xz |
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
Diffstat (limited to 'UnixPkg/UnixConsoleDxe/Console.h')
-rw-r--r-- | UnixPkg/UnixConsoleDxe/Console.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/UnixPkg/UnixConsoleDxe/Console.h b/UnixPkg/UnixConsoleDxe/Console.h index f673c0b642..9f95fe8eba 100644 --- a/UnixPkg/UnixConsoleDxe/Console.h +++ b/UnixPkg/UnixConsoleDxe/Console.h @@ -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 (
|