seabios: pci: introduce helper function to find device from table and initialize it.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Tue, 20 Jul 2010 07:37:15 +0000 (16:37 +0900)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 24 Jul 2010 17:30:03 +0000 (13:30 -0400)
commit23173ac5d77f8087e0aab05cd7fc4700951de48b
treee910c461fe9f717bfaf035f8b9dc71d7d133915c
parent17d3e46511aeedc9f09a8216d194d749187b80aa
seabios: pci: introduce helper function to find device from table and initialize it.

introduce helper function to find device from table and initialize it.
pci_find_init_device(). This will be used later.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
src/pci.c
src/pci.h