blob: 42f10826c335849fc21ebe8c1c361234b55fb8ec [file] [log] [blame]
// Copyright 2019 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.test;
extend uint fuchsia.BIND_PROTOCOL {
DEVICE = 80,
COMPAT_CHILD = 81,
POWER_CHILD = 82,
PARENT = 83,
DEVHOST = 124,
};