#ifndef __TSID_TABLE_H__ #define __TSID_TABLE_H__ typedef struct utc_offset_t { unsigned short tsid; /* Broadcaster TSID (RE ATSC A65) */ char offset; /* signed offset in hours from UTC */ unsigned char dtv; /* DTV Channel Number */ unsigned short dst : 1; /* DST observance */ unsigned short location : 10; /* BRCM location code */ unsigned short ant : 5; /* BRCM antenna location code */ }utc_offset_t; #endif /* __TSID_TABLE_H__ */