Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: include/ns16550.h

Issue 6715017: Fix Seaboard UART corruption on SPI activity (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Chopped back a little Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/configs/chromeos/tegra2/seaboard/parts/uart.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ns16550.h
diff --git a/include/ns16550.h b/include/ns16550.h
index 9ea81e9463252872956fb85f14984ecbb6a85348..c2602e67ca6f0073e3c1e0f11f8297d6232c1e0f 100644
--- a/include/ns16550.h
+++ b/include/ns16550.h
@@ -163,3 +163,5 @@ void NS16550_putc (NS16550_t com_port, char c);
char NS16550_getc (NS16550_t com_port);
int NS16550_tstc (NS16550_t com_port);
void NS16550_reinit (NS16550_t com_port, int baud_divisor);
+void NS16550_clear(NS16550_t com_port);
+void NS16550_drain(NS16550_t port);
« no previous file with comments | « include/configs/chromeos/tegra2/seaboard/parts/uart.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698