summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci/pci_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libpci: fix pci device allocationDaniel Hellstrom2017-09-291-3/+0
| | | | | | | | | | The refactoring of pci_dev_create() was incorrect since the code relied on different defines before including pci/cfg.h. This reverts back to the original code having two pci_dev_create() one in auto and one in read library. confdefs.h selectes between the two libraries so both there is no link conflict. Updates #3029
* LIBPCI: updated license to rtems.orgDaniel Hellstrom2015-04-171-1/+1
|
* LIBPCI: new implementation private header fileDaniel Hellstrom2015-04-171-0/+14
- new implementation private header file - moved double implementation of pci_dev_create used by read & auto cfg libraries to common pci_dev_create.c - moved declaration of pci_bus_cnt to private header file so avoid extern in .c files