blob: c2c4118e70db1df130cf8aab8e95f52bc8be66ef [file] [log] [blame]
// 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.
#include "mock-device-hooks.h"
namespace libdriver_integration_test {
MockDeviceHooks::MockDeviceHooks(Completer completer) : completer_(std::move(completer)) {}
} // namespace libdriver_integration_test