| // 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, | |
| }; |