summaryrefslogtreecommitdiffstats
path: root/app/prototypes.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2016-08-20 23:04:40 +0100
committerroot <root@lamia.panaceas.james.local>2016-08-20 23:04:40 +0100
commit2565f4857ea9cdebdbba483e35a07d012aa3afce (patch)
treeebc1b1cbdc07ec1ec47b5d4d3ddf9c20f14eabfd /app/prototypes.h
parente696ed2427fe036a0dcfe50f209e22a9f273d100 (diff)
downloadcandlestick-2565f4857ea9cdebdbba483e35a07d012aa3afce.tar.gz
candlestick-2565f4857ea9cdebdbba483e35a07d012aa3afce.tar.bz2
candlestick-2565f4857ea9cdebdbba483e35a07d012aa3afce.zip
first working version
Diffstat (limited to 'app/prototypes.h')
-rw-r--r--app/prototypes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/prototypes.h b/app/prototypes.h
index cf280b9..f9de05c 100644
--- a/app/prototypes.h
+++ b/app/prototypes.h
@@ -60,6 +60,8 @@ extern int ring_empty(ring_t *r);
/* serial.c */
extern void serial_poll(void);
/* gpio.c */
+extern int hook;
+extern void exti9_5_isr(void);
extern void exti15_10_isr(void);
extern void toggle_fake_hook(void);
extern void gpio_tick(void);
@@ -83,3 +85,8 @@ extern void answer_call(void);
extern void terminate_call(void);
extern void modem_tick(void);
extern void modem_init(void);
+/* dialstr.c */
+extern void dialstr_clear(void);
+extern void dialstr_digit(int digit);
+extern void dialstr_dial(void);
+extern void dialstr_tick(void);