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

#include <glib.h> //For g* types

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