summaryrefslogtreecommitdiffstats
path: root/polycom_xmit/prototypes.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-07-21 08:33:53 +0100
committerroot <root@lamia.panaceas.james.local>2015-07-21 08:33:53 +0100
commit0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39 (patch)
tree1a78099f912d094c7793e15ff9de75d1fc9d1253 /polycom_xmit/prototypes.h
downloadpolycom-0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39.tar.gz
polycom-0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39.tar.bz2
polycom-0a8e1c08e10d53f58d9e67d5bca09b8ae6a16c39.zip
fish
Diffstat (limited to 'polycom_xmit/prototypes.h')
-rw-r--r--polycom_xmit/prototypes.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/polycom_xmit/prototypes.h b/polycom_xmit/prototypes.h
new file mode 100644
index 0000000..dc4d28d
--- /dev/null
+++ b/polycom_xmit/prototypes.h
@@ -0,0 +1,17 @@
+/* main.c */
+void user_rf_pre_init(void);
+void user_init(void);
+/* webserver.c */
+void webserver_init(void);
+/* util.c */
+char *bounded_strstr(char *haystack, uint32_t len, char *needle);
+bool util_isspace(char c);
+/* reset.c */
+void reset_init(void);
+/* wifi.c */
+void wifi_init(void);
+/* uart.c */
+STATUS uart0_tx_one_char(uint8 TxChar);
+void uart_init(void);
+/* upgrade.c */
+void upgrade(void);