summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVic Yang <victoryang@google.com>2012-04-24 17:26:25 +0800
committerVic Yang <victoryang@chromium.org>2012-04-26 13:45:43 +0800
commit7710ed563ab755073609912d5cc227d2e9eb589f (patch)
treed0f1f51a3e7e6db789f1483c7a8414b7e4ab2025 /include
parent470916fb0f856945f2a93c7fd160845b5f659be1 (diff)
downloadchrome-ec-7710ed563ab755073609912d5cc227d2e9eb589f.tar.gz
Issue warning on fan stall.
When PWM module detects fan stall, issue SMI warning and print warning message to console. Signed-off-by: Vic Yang <victoryang@google.com> BUG=chrome-os-partner:7497 TEST=Disconnect fan and power up. See warning message. Change-Id: I4d96595f7f3cdfab5df333afc35206304bacab9d
Diffstat (limited to 'include')
-rw-r--r--include/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index 9b7e3b380a..6c197d55c8 100644
--- a/include/console.h
+++ b/include/console.h
@@ -36,6 +36,7 @@ enum console_channel {
CC_LPC,
CC_PORT80,
CC_POWERBTN,
+ CC_PWM,
CC_SYSTEM,
CC_TASK,
CC_USBCHARGE,