aboutsummaryrefslogtreecommitdiffstats
path: root/epan/pci-ids.h
blob: 1dfccd73d52e4355a3633125649192b806541d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @file
 *
 *
 * By Caleb Chiu <caleb.chiu@macnica.com>
 * Copyright 2019
 *
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include <stdint.h>

extern const char *pci_id_str(uint16_t vid, uint16_t did, uint16_t svid, uint16_t ssid);