#ifndef _VLINTERM_H #define _VLINTERM_H #ifdef __cplusplus extern "C" { #endif #include #include "os_generic.h" #define MAX_CSI_PARAMS 8 struct TermStructure { int ptspipe; uint8_t * linetaint; //One for each line, indicating that particular line is tainted. uint32_t * termbuffer; uint32_t * termbuffer_raw; // text <