summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi323.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accelgyro_bmi323.h')
-rw-r--r--driver/accelgyro_bmi323.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/driver/accelgyro_bmi323.h b/driver/accelgyro_bmi323.h
deleted file mode 100644
index 544e9a4527..0000000000
--- a/driver/accelgyro_bmi323.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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 */