From 0922cc81ce22204264a2b96cec4bf2195939e516 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Mon, 9 Nov 2015 15:58:55 -0800 Subject: motion: cleanup include file Use test_export_static for static variable/function that needs to by used by tests/motion_lid.c BRANCH=smaug BUG=none TEST=Compile, make buildall -j Change-Id: I2f3eb72ce319622842885be9125b91e58f47133a Signed-off-by: Gwendal Grignou Reviewed-on: https://chromium-review.googlesource.com/311754 Reviewed-by: Alec Berg --- test/motion_lid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/motion_lid.c b/test/motion_lid.c index 158fcb0918..5fdd26b7fd 100644 --- a/test/motion_lid.c +++ b/test/motion_lid.c @@ -19,6 +19,8 @@ #include "timer.h" #include "util.h" +extern enum chipset_state_mask sensor_active; +extern unsigned motion_interval; /* * Period in us for the motion task period. -- cgit v1.2.1