15 lines
218 B
C
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
|