mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-02 21:25:03 +00:00
ISH: inclued header for sleep mask
Fix errors due to missing definition of enable_sleep/disable_sleep. BUG=None BRANCH=master Test='make -j buildall' Change-Id: Ia9cb21d8a85241be2d6a675eb4b2c1186aef9d8a Signed-off-by: Kyoung Kim <kyoung.il.kim@intel.com> Reviewed-on: https://chromium-review.googlesource.com/651139 Commit-Ready: Kyoung Il Kim <kyoung.il.kim@intel.com> Tested-by: Kyoung Il Kim <kyoung.il.kim@intel.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "uart.h"
|
||||
#include "uart_defs.h"
|
||||
#include "interrupts.h"
|
||||
#include "system.h"
|
||||
|
||||
#define CPUTS(outstr) cputs(CC_LPC, outstr)
|
||||
#define CPRINTS(format, args...) cprints(CC_LPC, format, ## args)
|
||||
|
||||
Reference in New Issue
Block a user