blob: 6bd7bcc8ce6d8d9cbe6b03e9ff4e2c0a3ff6de90 [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.
#pragma once
#include <zircon/types.h>
typedef struct {
uint32_t vid;
uint32_t pid;
uint32_t did;
} camera_sensor_t;