13 lines
176 B
C
13 lines
176 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);
|
|
|
|
#endif
|