summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-02-08 13:39:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-02-11 14:44:46 +0100
commitc8bd3cda93526c6662d4ef7715dbb8823826ccae (patch)
treebcff841f39ef5e09bb6156b9ad6219910bbaeacc /c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
parentlibchip/serial: Fix warnings (diff)
downloadrtems-c8bd3cda93526c6662d4ef7715dbb8823826ccae.tar.bz2
libchip/serial: Add const qualifier
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
index 7e8b53e0ec..2e01e259b3 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.h
@@ -73,8 +73,8 @@ extern "C" {
* Driver function table
*/
-extern console_fns mg5uart_fns;
-extern console_fns mg5uart_fns_polled;
+extern const console_fns mg5uart_fns;
+extern const console_fns mg5uart_fns_polled;
/*
* Default register access routines