blob: 9cd8936347031d8686a744e4c427b29a9d9cc94f [file] [log] [blame]
// Copyright 2020 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.spi;
extend uint fuchsia.BIND_PROTOCOL {
DEVICE = 121,
IMPL = 122,
};