xref: /spdk/scripts/lspci (revision eb53c23236cccb6b698b7ca70ee783da1c574b5f)
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