00001 #ifndef _TPX_RDO_H_
00002 #define _TPX_RDO_H_
00003
00004 struct tpx_rdo {
00005 u_char sector ;
00006 u_char rdo ;
00007
00008 u_char remote ;
00009
00010 u_char temp_rdo ;
00011 u_char temp_stratix ;
00012
00013 u_int fpga_usercode[5] ;
00014
00015 u_char compilation_date[24] ;
00016
00017 u_short status_cpld ;
00018 u_short status_xilinx ;
00019
00020
00021 u_int three[3] ;
00022
00023 struct {
00024 u_int base ;
00025 u_char x_s ;
00026 u_char id ;
00027 u_char fee_status ;
00028 u_char pad_id ;
00029 u_char jumpers ;
00030 } fee[3][12] ;
00031
00032 } ;
00033
00034
00035 #endif
00036