// Copyright 2022 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 LIB_DRIVER2_DRIVER2_CPP_H_ | |
#define LIB_DRIVER2_DRIVER2_CPP_H_ | |
#include <lib/driver2/driver_base.h> | |
#include <lib/driver2/node_add_args.h> | |
#include <lib/driver2/structured_logger.h> | |
#endif // LIB_DRIVER2_DRIVER2_CPP_H_ |