blob: 65ce1ee035cdf5c205f8a14c29948d034f550c6a [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.
library fuchsia.examples.gizmo.bind;
using fuchsia.acpi;
string Name;
uint I2C_ADDRESS;
enum I2C_PROTOCOL {
Device,
Impl,
};
bool flag {
ENABLE = true,
DISABLE = false,
};
extend uint fuchsia.BIND_PCI_VID {
GIZMOTRONICS = 0x314159,
};