blob: 00a2a7f14d2cd0bbf1327af62fdcc782bd1423ee [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,
};