blob: 0b4f644101ab4a2243eb97c68406ca94ecf9033c [file] [log] [blame]
/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* BMA422 gsensor module for Chrome EC */
#ifndef __CROS_EC_ACCEL_BMA422_H
#define __CROS_EC_ACCEL_BMA422_H
#include "accel_bma4xx.h"
/* Chip ID of BMA422 */
#define BMA422_CHIP_ID 0x12
#endif /* __CROS_EC_ACCEL_BMA422_H */