/* 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. */ /* 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 */