/* --- USE Simple API (OLD API, compatible with let's split serial.c) --- */
/* --- USE flexible API (using multi-type transaction function) --- */
// Buffers for master - slave communication
extern volatile uint8_t serial_slave_buffer;
extern volatile uint8_t serial_master_buffer;
extern uint8_t slave_buffer_change_count;
void ;
void ;
int ;
/* SPLIT_COMM_H */