]> git.proxmox.com Git - mirror_edk2.git/commit
StdLib: Fix compilation errors caused by previous commit of daConsole.c
authorDaryl McDaniel <edk2-lists@mc2research.org>
Sun, 10 Jan 2016 21:23:51 +0000 (21:23 +0000)
committerdarylm503 <darylm503@Edk2>
Sun, 10 Jan 2016 21:23:51 +0000 (21:23 +0000)
commitc96bf1ff2c699622a4ee28e810497f64fe666c1a
tree3a51b4469cb103df53537bec441f035dcb3c45c4
parent2e26862c6d64e9b58174b5732a76d79dc265d8bf
StdLib: Fix compilation errors caused by previous commit of daConsole.c

Move functions da_ConFlush and da_ConClose to just before da_ConPoll so that
they are defined after any calls to them.

Replace da_ConFlush with the actual final implementation instead of the
initial version which was committed.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <edk2-lists@mc2research.org>
Reviewed-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19627 6f19259b-4bc3-4df7-8a09-765794883524
StdLib/LibC/Uefi/Devices/Console/daConsole.c