summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-11 16:49:06 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-16 18:06:46 +0000
commitf5ed9ce40c66b1e1958f1995a7249b6419319301 (patch)
tree29506a0283d4d47b6e9a958db722450762097a45 /baseboard
parent6cfeb59fb53fcdc9787684de0497aca663810c9a (diff)
downloadchrome-ec-f5ed9ce40c66b1e1958f1995a7249b6419319301.tar.gz
zephyr: asurada: Add common header in usb_pd_policy
For ECOS the common baseboard header comes via the baseboard.h file which is always included. Zephyr does not include baseboard.h so include the common baseboard header here. BUG=b:189855648 BRANCH=none TEST=with other CLs, build asurada for Zephyr Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Ie3fa61673e695fcde851adfaeab5b51987f97b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2957549 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/asurada/usb_pd_policy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/asurada/usb_pd_policy.c b/baseboard/asurada/usb_pd_policy.c
index 1dbdd0cf40..019e4871a2 100644
--- a/baseboard/asurada/usb_pd_policy.c
+++ b/baseboard/asurada/usb_pd_policy.c
@@ -4,6 +4,7 @@
*/
#include "adc.h"
#include "atomic.h"
+#include "baseboard_common.h"
#include "charge_manager.h"
#include "chipset.h"
#include "timer.h"