summaryrefslogtreecommitdiffstats
path: root/polycom_xmit/prototypes.h
blob: dc4d28d3dfdc4e803797e236bba8d5c2b736ffcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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);