#include #include #include void fifo_options(FIFO* fifo,uint8_t options) { if (fifo) fifo->flags = options; };