summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-12-05 17:36:42 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-16 12:25:44 +0000
commita72eda8f7e50da8a4cb5ab228f4141130546177f (patch)
tree930a9def56bf344f9f7db6a57c73c31b0acd9ae2 /include
parentdff1ae07a1a35b0862b36d1e23e36b38682c5bdd (diff)
downloadchrome-ec-a72eda8f7e50da8a4cb5ab228f4141130546177f.tar.gz
cr50: Rename pinweaver code
Rename the headers so they will not collide with platform/pinweaver headers with the same names. BUG=b:262040869 TEST=make -j BOARD=cr50 Cq-Depend: chromium:4337377 Change-Id: Iee9f44c4fcb6ab0a01faec5886f07b84c271d1fc Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4311233 Reviewed-by: Andrey Pronin <apronin@chromium.org> Tested-by: Howard Yang <hcyang@google.com> Commit-Queue: Howard Yang <hcyang@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/pinweaver_cr50.h (renamed from include/pinweaver.h)2
-rw-r--r--include/pinweaver_cr50_types.h (renamed from include/pinweaver_types.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/include/pinweaver.h b/include/pinweaver_cr50.h
index 08fdce7c4b..4d4f553097 100644
--- a/include/pinweaver.h
+++ b/include/pinweaver_cr50.h
@@ -11,7 +11,7 @@
* of src/platform/ec.
*/
#include <common.h>
-#include <pinweaver_types.h>
+#include <pinweaver_cr50_types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/pinweaver_types.h b/include/pinweaver_cr50_types.h
index 62a3aa85f6..62a3aa85f6 100644
--- a/include/pinweaver_types.h
+++ b/include/pinweaver_cr50_types.h