summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 20:04:18 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-23 01:11:29 +0000
commit25b06db811c99d6d4e0c613d9fa416a08c92607c (patch)
tree304d4987f0a5121bcc65f2a5eb4c4641ab7162c0 /include
parentded9dd81522a122cff0ab169aa3470c017b092d4 (diff)
downloadchrome-ec-25b06db811c99d6d4e0c613d9fa416a08c92607c.tar.gz
Revert "Add system_can_boot_ap API"
This reverts commit cdaca7c97eaefe93ab3a0148a954b2f139f5caad. BUG=b:200823466 TEST=make buildall -j Change-Id: I860b04167c3ab7335de63f561d31cf073cb5e897 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273461 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> (cherry picked from commit f07e1b5cb8b5d42bd02ce8bc11272920f2d84dbc) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3296983
Diffstat (limited to 'include')
-rw-r--r--include/system.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/system.h b/include/system.h
index 6797413fae..18eb68b118 100644
--- a/include/system.h
+++ b/include/system.h
@@ -517,12 +517,4 @@ static inline void system_print_extended_version_info(void)
{
}
#endif
-
-/**
- * Check if the system can supply enough power to boot AP
- *
- * @return true if the system is powered enough or false otherwise
- */
-int system_can_boot_ap(void);
-
#endif /* __CROS_EC_SYSTEM_H */