blob: 5ada6223a0c07bb93d46c24a2d769acdf51f7356 [file] [log] [blame]
// Copyright 2021 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;
using fuchsia.pci.mass_storage;
fuchsia.BIND_PROTOCOL == fuchsia.pci.BIND_PROTOCOL.DEVICE;
fuchsia.BIND_PCI_CLASS == fuchsia.pci.BIND_PCI_CLASS.MASS_STORAGE;
fuchsia.BIND_PCI_SUBCLASS == fuchsia.pci.mass_storage.BIND_PCI_SUBCLASS.SATA;
fuchsia.BIND_PCI_INTERFACE == 0x01;