Damien George | 075d597 | 2014-11-27 20:30:33 +0000 | [diff] [blame] | 1 | #ifndef _INCLUDED_ETSHAL_H_ |
2 | #define _INCLUDED_ETSHAL_H_ | ||||
3 | |||||
4 | void ets_isr_unmask(); | ||||
5 | void ets_install_putc1(); | ||||
6 | void ets_isr_attach(); | ||||
7 | void uart_div_modify(); | ||||
Damien George | 075d597 | 2014-11-27 20:30:33 +0000 | [diff] [blame] | 8 | |
9 | #endif // _INCLUDED_ETSHAL_H_ |