summaryrefslogtreecommitdiff
path: root/include/chromeos
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-07-13 11:20:45 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:53 -0700
commit923664d8a6b56faea7cf7e88f0a94cad3de739a7 (patch)
treef8e769e4df34f8719b6e5881eddd56feb2756532 /include/chromeos
parent541a442f9b2fc8579d8ae3d9c2300c206c8840a9 (diff)
CHROMIUM: refactor checking cold boot interface
BUG=chromium-os:17424 TEST=boot on Seaboard Change-Id: I103c7060ed37c340e173498cfa70cf3493b2c503 Reviewed-on: http://gerrit.chromium.org/gerrit/4000 Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Tested-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to 'include/chromeos')
-rw-r--r--include/chromeos/power_management.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/chromeos/power_management.h b/include/chromeos/power_management.h
index 737c7c2251..c45e89fd5e 100644
--- a/include/chromeos/power_management.h
+++ b/include/chromeos/power_management.h
@@ -13,6 +13,8 @@
#ifndef CHROMEOS_POWER_MANAGEMENT_H_
#define CHROMEOS_POWER_MANAGEMENT_H_
+int is_cold_boot(void);
+
/* Tell PMIC to cold reboot the whole system */
void cold_reboot(void);