summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi323.h
blob: 544e9a4527c86e5c13e09c42f90d9accbf637900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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 */