Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

re.h

Go to the documentation of this file.
00001 #ifndef __RE_H_
00002 #define __RE_H_
00003 
00004 extern void dump_before();
00005 extern void dump_after(int dump_startup);
00006 extern void dumpreg_before();
00007 extern void dumpreg_after();
00008 
00024 void parse_opts(int, char **);
00025 
00026 unsigned int *gpu_ofs_to_agp(unsigned long ofs);
00027 unsigned int  find_dma_src_from_dest(unsigned int to);
00028 
00029 void disasm_fp(int addr);
00030 
00031 extern unsigned int card_family;
00032 extern unsigned int* all_regs;
00033 extern unsigned int* fb;
00034 extern unsigned int fb_size;
00035 extern int fifo_channel;
00036 
00037 extern void redirect_output(const char* name);
00038 extern void close_output();
00039 
00049 void init_card();
00050 
00051 #endif
00052 

Generated on Sat Aug 19 20:40:53 2006 for Renouveau by  doxygen 1.4.4