Sign in
fuchsia
/
fuchsia
/
main
/
.
/
examples
/
drivers
/
metadata
/
fuchsia.examples.metadata.bind
blob: 9528b2f94e26961a98094f8312a14ed2ee2b446a [
file
] [
log
] [
blame
]
// Copyright 2024 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
.
examples
.
metadata
;
enum
CHILD_TYPE
{
FORWARDER
,
RETRIEVER
,
};