Nigel
dea8ab7d71
Added new entries to .gitignore Moved away from source directory as central spot for all source code
7 lines
221 B
C++
7 lines
221 B
C++
#include "pciDevice.h"
|
|
|
|
// NOTE: we would really like to return a pointer
|
|
// to the newly created PCIBusAddress struct;
|
|
PCIBusAddress const PCIDevice::PCIAddress(){
|
|
return PCIBusAddress{bus ,device, function};
|
|
} |