#ifndef TIMING_H #define TIMING_H /* A timing structure for sendConfigSet: */ typedef struct CfgTiming { /* *_mk: construction time, *_len: bit length */ UINT32 total, setup, cfg; UINT32 enableDT_mk, enableDT_len, gbl_mk, gbl_len, reg_mk, reg_len; UINT32 il, xmit; UINT32 ngbl, nreg; } CfgTiming; #endif /* Multiple-inclusion protection */