summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/SimpleTextOut.h
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 /MdePkg/Include/Protocol/SimpleTextOut.h
parent1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff)
downloadedk2-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.gz
edk2-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.bz2
edk2-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.zip
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 'MdePkg/Include/Protocol/SimpleTextOut.h')
-rw-r--r--MdePkg/Include/Protocol/SimpleTextOut.h27
1 files changed, 9 insertions, 18 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextOut.h b/MdePkg/Include/Protocol/SimpleTextOut.h
index 6a00cfdb78..607d0609a8 100644
--- a/MdePkg/Include/Protocol/SimpleTextOut.h
+++ b/MdePkg/Include/Protocol/SimpleTextOut.h
@@ -164,8 +164,7 @@ EFI_STATUS
(EFIAPI *EFI_TEXT_RESET)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN BOOLEAN ExtendedVerification
- )
-;
+ );
/**
Write a Unicode string to the output device.
@@ -190,8 +189,7 @@ EFI_STATUS
(EFIAPI *EFI_TEXT_STRING)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN CHAR16 *String
- )
-;
+ );
/**
Verifies that all characters in a Unicode string can be output to the
@@ -212,8 +210,7 @@ EFI_STATUS
(EFIAPI *EFI_TEXT_TEST_STRING)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN CHAR16 *String
- )
-;
+ );
/**
Returns information for an available text mode that the output device(s)
@@ -238,8 +235,7 @@ EFI_STATUS
IN UINTN ModeNumber,
OUT UINTN *Columns,
OUT UINTN *Rows
- )
-;
+ );
/**
Sets the output device(s) to a specified mode.
@@ -257,8 +253,7 @@ EFI_STATUS
(EFIAPI *EFI_TEXT_SET_MODE)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN UINTN ModeNumber
- )
-;
+ );
/**
Sets the background and foreground colors for the OutputString () and
@@ -279,8 +274,7 @@ EFI_STATUS
(EFIAPI *EFI_TEXT_SET_ATTRIBUTE)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN UINTN Attribute
- )
-;
+ );
/**
Clears the output device(s) display to the currently selected background
@@ -297,8 +291,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_TEXT_CLEAR_SCREEN)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This
- )
-;
+ );
/**
Sets the current coordinates of the cursor position
@@ -323,8 +316,7 @@ EFI_STATUS
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN UINTN Column,
IN UINTN Row
- )
-;
+ );
/**
Makes the cursor visible or invisible
@@ -345,8 +337,7 @@ EFI_STATUS
(EFIAPI *EFI_TEXT_ENABLE_CURSOR)(
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This,
IN BOOLEAN Visible
- )
-;
+ );
/**
@par Data Structure Description: