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