Incomplete implementation of libpci's (of pciutils) interface.
authorPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 24 Jun 2010 14:15:49 +0000 (14:15 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Thu, 24 Jun 2010 14:15:49 +0000 (14:15 +0000)
commitc9f705b12195b7c1ff9814f76c78c76d4b8498b1
tree5b0d1bd4e32ecbe6e6dc22fd61c38f39b6277aa4
parent9bb0438535d29329f6a01a136caa2f2ad79fdceb
Incomplete implementation of libpci's (of pciutils) interface.

No pciutils code was harmed in its production - this code was written by
looking at flashrom's expectations, so there's no license pollution.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5645 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/Makefile
payloads/libpayload/include/pci/pci.h [new file with mode: 0644]
payloads/libpayload/libpci/Makefile.inc [new file with mode: 0644]
payloads/libpayload/libpci/libpci.c [new file with mode: 0644]