blob: 5e032c71678e1cd46f8a4ed99f942b163f73c99a [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.hardware.block;
extend uint fuchsia.BIND_PROTOCOL {
DEVICE = 1,
BLOCK_IMPL = 2,
};