Files
glide/glide2x/cvg/init/fxremap.h
2004-12-27 08:29:43 +00:00

15 lines
218 B
C

/*
* fxremap.h
*
* pci remapper, used to remap the single board SLI slave to a valid
* PCI address
*/
#ifndef _FXREMAP_H_
#define _FXREMAP_H_
void fxremap(void);
int fxremap_main(int argc, char **argv);
#endif