/* Copyright 2021 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* BMI323 gsensor module for Chrome EC */ #ifndef __CROS_EC_ACCELGYRO_BMI323_H #define __CROS_EC_ACCELGYRO_BMI323_H #include "accelgyro_bmi3xx.h" #define BMI323_CHIP_ID 0x43 #endif /* __CROS_EC_ACCELGYRO_BMI323_H */