Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
7f23384d4920f7d1a4ea743a51a2d54fd0889e72
/
.
/
esp8266
/
etshal.h
blob: 5ee67d027f4fe136224c53e1aef6727485779574 [
file
] [
log
] [
blame
]
#ifndef
_INCLUDED_ETSHAL_H_
#define
_INCLUDED_ETSHAL_H_
void
ets_isr_unmask
();
void
ets_install_putc1
();
void
ets_isr_attach
();
void
uart_div_modify
();
uint32_t
ets_get_cpu_frequency
();
#endif
// _INCLUDED_ETSHAL_H_