#ifndef __TOSHIBA_IR__ #define __TOSHIBA_IR__ #include <stdbool.h> #include <stdint.h> void Toshiba_ir_ResetDecoder (); int64_t nextPulseToshiba_ir(uint32_t width); #endif