// 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. | |
#ifndef SRC_CAMERA_DRIVERS_HW_ACCEL_GE2D_TEST_GE2D_ON_DEVICE_TEST_H_ | |
#define SRC_CAMERA_DRIVERS_HW_ACCEL_GE2D_TEST_GE2D_ON_DEVICE_TEST_H_ | |
namespace ge2d { | |
// |Ge2dDeviceTester| is spawned by the driver in |ge2d.cc| | |
class Ge2dDevice; | |
} // namespace ge2d | |
#endif // SRC_CAMERA_DRIVERS_HW_ACCEL_GE2D_TEST_GE2D_ON_DEVICE_TEST_H_ |