summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/ConPlatformDxe
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-07 05:23:31 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-07 05:23:31 +0000
commit24248368f7e06914e864ea20e38db8d9a9d3d1f7 (patch)
tree5de7ac01a871474d321ebc9eca771e98d8a85ea4 /MdeModulePkg/Universal/Console/ConPlatformDxe
parentb30312ba2985176709dbcd0aaab9804668720eed (diff)
downloadedk2-platforms-24248368f7e06914e864ea20e38db8d9a9d3d1f7.tar.xz
1. added functions header for GraphicsConsoleDxe module.
2. correct some funtions header for ConPlatformDxe module. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5411 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Console/ConPlatformDxe')
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c8
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
index 428b40e404..bfa25f7be4 100644
--- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
+++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
@@ -205,7 +205,7 @@ ConPlatformDriverBindingSupported (
/**
Start this driver on ControllerHandle by opening Simple Text In protocol,
- reading Device Path, and installing Console Devcice In GUID on ControllerHandle.
+ reading Device Path, and installing Console In Devcice GUID on ControllerHandle.
If this devcie is not one hot-plug devce, append its device path into the
console environment variables ConInDev.
@@ -315,7 +315,7 @@ ConPlatformTextInDriverBindingStart (
/**
Start this driver on ControllerHandle by opening Simple Text Out protocol,
- reading Device Path, and installing Console Devcice Out GUID, Standard Error
+ reading Device Path, and installing Console Out Devcic GUID, Standard Error
Device GUID on ControllerHandle.
If this devcie is not one hot-plug devce, append its device path into the
@@ -457,7 +457,7 @@ ConPlatformTextOutDriverBindingStart (
}
/**
- Stop this driver on ControllerHandle by removing Console Devcice In GUID
+ Stop this driver on ControllerHandle by removing Console In Devcice GUID
and closing the Simple Text In protocol on ControllerHandle.
@param This Protocol instance pointer.
@@ -533,7 +533,7 @@ ConPlatformTextInDriverBindingStop (
/**
- Stop this driver on ControllerHandle by removing Console Devcice Out GUID
+ Stop this driver on ControllerHandle by removing Console Out Devcice GUID
and closing the Simple Text Out protocol on ControllerHandle.
@param This Protocol instance pointer.
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
index 64bc589a9b..d3adcc56a5 100644
--- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
+++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
@@ -114,7 +114,7 @@ ConPlatformTextOutDriverBindingSupported (
/**
Start this driver on ControllerHandle by opening Simple Text In protocol,
- reading Device Path, and installing Console Devcice In GUID on ControllerHandle.
+ reading Device Path, and installing Console In Devcice GUID on ControllerHandle.
If this devcie is not one hot-plug devce, append its device path into the
console environment variables ConInDev.
@@ -139,7 +139,7 @@ ConPlatformTextInDriverBindingStart (
/**
Start this driver on ControllerHandle by opening Simple Text Out protocol,
- reading Device Path, and installing Console Devcice Out GUID, Standard Error
+ reading Device Path, and installing Console Out Devcice GUID, Standard Error
Device GUID on ControllerHandle.
If this devcie is not one hot-plug devce, append its device path into the
@@ -164,7 +164,7 @@ ConPlatformTextOutDriverBindingStart (
);
/**
- Stop this driver on ControllerHandle by removing Console Devcice In GUID
+ Stop this driver on ControllerHandle by removing Console In Devcice GUID
and closing the Simple Text In protocol on ControllerHandle.
@param This Protocol instance pointer.
@@ -187,7 +187,7 @@ ConPlatformTextInDriverBindingStop (
);
/**
- Stop this driver on ControllerHandle by removing Console Devcice Out GUID
+ Stop this driver on ControllerHandle by removing Console Out Devcice GUID
and closing the Simple Text Out protocol on ControllerHandle.
@param This Protocol instance pointer.