summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-12-15 07:18:22 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2016-09-25 08:11:48 +0200
commit888aa7c253e29fee4eb116c03370320e7fa29a79 (patch)
tree9117927748d93761bf7a1feb12234ac434d64717 /src/host/layer23/include/osmocom/bb/common
parent450a84eafc36e774045733c092a51aaa63bea862 (diff)
[HACK] Display text from UI using framebuffer
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/l1ctl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/l1ctl.h b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
index d05c64d8..a3406fbc 100644
--- a/src/host/layer23/include/osmocom/bb/common/l1ctl.h
+++ b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
@@ -77,6 +77,8 @@ int l1ctl_tx_neigh_pm_req(struct osmocom_ms *ms, int num, uint16_t *arfcn);
/* Transmit L1CTL_RINGER_REQ */
int l1ctl_tx_ringer_req(struct osmocom_ms *ms, uint8_t volume);
-int l1ctl_tx_display_req(struct osmocom_ms *ms, int x, int y, char *text);
+int l1ctl_tx_display_req(struct osmocom_ms *ms, uint8_t x, uint8_t y,
+ uint8_t fg, uint8_t bg, uint8_t font, uint8_t clear, uint8_t flush,
+ char *text);
#endif