blob: d4a77588e6e961fc3da5b2db041990db67b6b9d0 [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.misc;
extend uint fuchsia.BIND_PROTOCOL {
DEVICE = 28,
PARENT = 29,
};