summaryrefslogtreecommitdiff
path: root/include/driver
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2022-04-24 22:54:26 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-26 03:39:52 +0000
commit41a9e1674624b9e40d0b4aef1edb3f10418949d4 (patch)
treee35b61f675270c47a306d92d68f669e2c851f0fd /include/driver
parent82a4d304b6f1e380ffcc71b870d8dc90c657aadd (diff)
downloadchrome-ec-41a9e1674624b9e40d0b4aef1edb3f10418949d4.tar.gz
test: add tests for ODR host command
BRANCH=none BUG=b:224614211 TEST=zmake test test-drivers Signed-off-by: Yuval Peress <peress@google.com> Change-Id: I41be4e5bcfc604d03aac1f837666fbe1c985aa61 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3605081 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'include/driver')
-rw-r--r--include/driver/accel_bma2x2_public.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/driver/accel_bma2x2_public.h b/include/driver/accel_bma2x2_public.h
index 6b3d366270..731fcebbc9 100644
--- a/include/driver/accel_bma2x2_public.h
+++ b/include/driver/accel_bma2x2_public.h
@@ -8,6 +8,8 @@
#ifndef __CROS_EC_DRIVER_ACCEL_BMA2x2_PUBLIC_H
#define __CROS_EC_DRIVER_ACCEL_BMA2x2_PUBLIC_H
+#include "accelgyro.h"
+
extern const struct accelgyro_drv bma2x2_accel_drv;
/* I2C ADDRESS DEFINITIONS */