summaryrefslogtreecommitdiff
path: root/include/sysjump.h
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2021-05-18 12:45:38 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-03 03:11:36 +0000
commit852c49f4ebe3676d02cfd5ed0450d4db87df798c (patch)
tree54eb2184455f4a700bfca560b6ec40e3c5688ab5 /include/sysjump.h
parent42eb3e3033e52af4a14b4c61dcd6e1c8326769f0 (diff)
downloadchrome-ec-852c49f4ebe3676d02cfd5ed0450d4db87df798c.tar.gz
zephyr: Don't reinitialize gpios on a warm reboot
Don't reinitialize gpios on a warm reboot BRANCH=none BUG=b:187337449,b:186458444 TEST=Verified that the system booted properly Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: Ie11bdde9fa0124c0bf21cdc9baa3a98a85bbdad2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2904549 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include/sysjump.h')
-rw-r--r--include/sysjump.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sysjump.h b/include/sysjump.h
index 0b0bb0ec6b..f5bf5f5a09 100644
--- a/include/sysjump.h
+++ b/include/sysjump.h
@@ -44,4 +44,9 @@ struct jump_data {
*/
};
+/**
+ * Returns a pointer to the jump data structure.
+ */
+struct jump_data *get_jump_data(void);
+
#endif /* __CROS_EC_SYSJUMP_IMPL_H */