summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorVic Yang <victoryang@google.com>2011-12-20 18:50:37 +0800
committerVic Yang <victoryang@google.com>2011-12-27 10:14:29 +0800
commite98b6befcafdbc838b75a1a79500dc1ed77452ff (patch)
tree1856907c524d7c7daa45f44db5d2b1d6899cb4f8 /common/main.c
parentb228bc14c01f54bc70b82ea85bcb82dd402006a1 (diff)
downloadchrome-ec-e98b6befcafdbc838b75a1a79500dc1ed77452ff.tar.gz
Add EC host command to control fan speed.
Add LPC host command to get and set fan speed. BUG=chrome-os-partner:7313 TEST=Connect a fan and manually test fan actual speed matches target speed. Change-Id: I4b6a711a1b8cca0dbd1c1936fe4f0f15240d3453
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c
index c9e1bbe75d..5ea2607b14 100644
--- a/common/main.c
+++ b/common/main.c
@@ -23,6 +23,7 @@
#include "port80.h"
#include "powerdemo.h"
#include "pwm.h"
+#include "pwm_commands.h"
#include "system.h"
#include "task.h"
#include "temp_sensor.h"