commit | 37a1cf9c9c4c670e074feb8fb2fc6b4a40a80b1b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:06 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:40 2019 +0800 |
tree | 3424513b1fc8f6a8864b5ceaa5e075dde0222510 | |
parent | fae2c16ede7bf00c8f7873a96fc2b34d5345d751 [diff] |
sandbox: pci: Move pci_offset_to_barnum() to pci.h This function is useful in PCI emulators. More it into the header file to avoid duplicating it in other drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>