xref: /spdk/scripts/lspci (revision c680e3a05b1a903c18bf3f75b732765607126f45)
1#!/usr/bin/env bash
2#  SPDX-License-Identifier: BSD-3-Clause
3#  Copyright (C) 2021 Intel Corporation
4#  All rights reserved.
5
6set -e
7
8scriptdir=$(dirname $0)
9lspci -F <($scriptdir/rpc.py framework_get_pci_devices --format-lspci) "$@"
10