blob: 5c71bf2ce51180ea15d7328c7d672ec98f515b91 [file] [log] [blame]
// 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 SYSROOT_ZIRCON_DEVICE_CAMERA_H_
#define SYSROOT_ZIRCON_DEVICE_CAMERA_H_
#include <ddk/metadata.h>
// TODO(ZX-2677): Deleting this file is blocked by banjo being able to consume
// code generated by fidl.
// This allows banjo files to use FIDL generated structs. Once ZX-2677 is implemented
// this will not be needed and can be cleaned up.
// TODO(37654): Move or delete this file, since camera code has move out of zircon.
// fuchsia_camera_FrameRate is declared here to allow the removal of the
// camera protocols from zircon.
struct fuchsia_camera_FrameRate;
typedef fuchsia_camera_FrameRate frame_rate_t;
#endif // SYSROOT_ZIRCON_DEVICE_CAMERA_H_