blob: 014a4d5aaaf6926918d6f6573a5839e671f74a97 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
using fuchsia.pci;
fuchsia.BIND_FIDL_PROTOCOL == fuchsia.pci.BIND_FIDL_PROTOCOL.DEVICE;
fuchsia.BIND_PCI_VID == 0x1234;
fuchsia.BIND_PCI_DID == 0x11e8;
// TODO(surajmalhotra): Use constants from bind library.
//fuchsia.BIND_PCI_VID == fuchsia.pci.BIND_PCI_VID.QEMU_TEST;
//fuchsia.BIND_PCI_DID == fuchsia.pci.BIND_PCI_VID.QEMU_EDU;