summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-12-15 15:48:05 -0700
committerCommit Bot <commit-bot@chromium.org>2022-01-18 17:12:04 +0000
commitea90295b26c12bc74b75e649caf05f9db988610c (patch)
tree259b31deb300b81ed4e664a03acfcc454011f050
parentce81a7283097d0267d88fd72ceb5398969e9b630 (diff)
downloadchrome-ec-ea90295b26c12bc74b75e649caf05f9db988610c.tar.gz
SB TSI: Move header
Move the SB TSI header to a common location so it can be used in the zephyr shim build. BRANCH=None BUG=b:195137794 TEST=zmake testall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I2cf2385dc401a51c1a5948bd77a2ded3812e908a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3384485 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--driver/temp_sensor/sb_tsi.c2
-rw-r--r--include/driver/temp_sensor/sb_tsi.h (renamed from driver/temp_sensor/sb_tsi.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/driver/temp_sensor/sb_tsi.c b/driver/temp_sensor/sb_tsi.c
index ba47bcb727..ffcd924b0e 100644
--- a/driver/temp_sensor/sb_tsi.c
+++ b/driver/temp_sensor/sb_tsi.c
@@ -14,7 +14,7 @@
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
-#include "sb_tsi.h"
+#include "temp_sensor/sb_tsi.h"
#include "util.h"
static int raw_read8(const int offset, int *data_ptr)
diff --git a/driver/temp_sensor/sb_tsi.h b/include/driver/temp_sensor/sb_tsi.h
index b7113dbc70..b7113dbc70 100644
--- a/driver/temp_sensor/sb_tsi.h
+++ b/include/driver/temp_sensor/sb_tsi.h