00001 #ifndef _TPC_READER_H_ 00002 #define _TPC_READER_H_ 00003 00004 #include "daq_tpc.h" 00005 // DAQ_LEGACY_DECL(tpc); 00006 extern struct tpc_t tpc; 00007 extern int tpcReader(char *mem); 00008 extern int tpcReader(char *mem,int sector); 00009 00010 #endif