blob: c2f54287e3d5118681a35834b9bed47c4b24d20c [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 deprecated.test;
extend uint deprecated.BIND_PROTOCOL {
DEVICE = 80,
COMPAT_CHILD = 81,
POWER_CHILD = 82,
PARENT = 83,
};