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