5874c1c92b
Make include dependencies neater, and adheres to the coding convention that headers should not include headers.
3 lines
152 B
C
3 lines
152 B
C
void pyb_buf_get_for_send(mp_obj_t o, mp_buffer_info_t *bufinfo, byte *tmp_data);
|
|
mp_obj_t pyb_buf_get_for_recv(mp_obj_t o, mp_buffer_info_t *bufinfo);
|