diff options
Diffstat (limited to 'fw/fe310/phone/cell.h')
-rw-r--r-- | fw/fe310/phone/cell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/phone/cell.h b/fw/fe310/phone/cell.h new file mode 100644 index 0000000..2d08d92 --- /dev/null +++ b/fw/fe310/phone/cell.h @@ -0,0 +1,2 @@ +void cell_init(void); +void cell_msg_handler(unsigned char type, unsigned char *buffer, uint16_t len); |