summaryrefslogtreecommitdiffstats
path: root/bsps/include
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-01-18 11:24:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-22 12:48:19 +0100
commit411c29735d8a824704384d12acfca06dc78db232 (patch)
tree2a59cf1363ba0c48cbfdf566560f2764fa4da6a7 /bsps/include
parentgrlib: Move source files (diff)
downloadrtems-411c29735d8a824704384d12acfca06dc78db232.tar.bz2
grlib: make apbuart driver independent of bsp
Update #3678.
Diffstat (limited to 'bsps/include')
-rw-r--r--bsps/include/grlib/apbuart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/include/grlib/apbuart.h b/bsps/include/grlib/apbuart.h
index d30ad0bcef..6a89bb949a 100644
--- a/bsps/include/grlib/apbuart.h
+++ b/bsps/include/grlib/apbuart.h
@@ -37,6 +37,7 @@ extern "C" {
#define APBUART_CTRL_EC 0x100
#define APBUART_CTRL_TF 0x200
#define APBUART_CTRL_RF 0x400
+#define APBUART_CTRL_DB 0x800
#define APBUART_CTRL_BI 0x1000
#define APBUART_CTRL_DI 0x2000
#define APBUART_CTRL_FA 0x80000000