blob: 71b8354654962eba92cdb61d66b9b699ba377db1 [file] [log] [blame]
// Copyright 2023 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.block;
extend uint fuchsia.BIND_PROTOCOL {
BLOCK = 0x01,
BLOCK_IMPL = 0x02,
PARTITION = 0x03,
VOLUME = 0x04,
};