mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
Add header files needed by gpio_list.h
gpio_list.h needs to include compile_time_macros.h and gpio.h for ARRAY_SIZE, BUILD_ASSERT, and struct gpio_info. BUG=none BRANCH=tot TEST=make buildall && make tests Change-Id: Ifa24b0e534065750a006bde8357a13fa1838f7f5 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/338460 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Bill Richardson <wfrichar@google.com>
This commit is contained in:
committed by
chrome-bot
parent
e6533d36a8
commit
650d471674
@@ -3,6 +3,8 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "compile_time_macros.h"
|
||||
#include "gpio.h"
|
||||
#include "gpio_signal.h"
|
||||
|
||||
#ifdef CONFIG_COMMON_GPIO_SHORTNAMES
|
||||
|
||||
Reference in New Issue
Block a user