blob: 966a6f088c33b901dbab1f6f8b612034cb2051ca [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_SPHY_3D_SENSOR_H_
#define ZEPHYR_INCLUDE_SPHY_3D_SENSOR_H_
#include <zephyr/device.h>
#define PHY_3D_SENSOR_CHANNEL_NUM 3
struct phy_3d_sensor_context {
const struct device *dev;
const struct device *hw_dev;
const int32_t sensor_type;
};
#endif