mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 09:31:51 +00:00
source files mainly done by Vincent. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Change-Id: Ic2d1becd400c9b4b4a14d4a243af1bdf77d9c1e2
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
|
|
#define CONFIG_TASK_LIST \
|
|
TASK(CONSOLE, console_task, NULL) \
|
|
TASK(HOSTCMD, host_command_task, NULL) \
|
|
TASK(I8042CMD, i8042_command_task, NULL) \
|
|
TASK(POWERDEMO, power_demo_task, NULL)
|