| // Copyright 2018 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. | |
| #ifndef SRC_VIRTUALIZATION_BIN_GUEST_LIST_H_ | |
| #define SRC_VIRTUALIZATION_BIN_GUEST_LIST_H_ | |
| #include <lib/sys/cpp/component_context.h> | |
| void handle_list(sys::ComponentContext* context); | |
| #endif // SRC_VIRTUALIZATION_BIN_GUEST_LIST_H_ |