summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/console.h b/include/console.h
index b0d3f5b63e..9b7e3b380a 100644
--- a/include/console.h
+++ b/include/console.h
@@ -24,7 +24,11 @@ enum console_channel {
CC_COMMAND = 0, /* Console command (interactive I/O). Use this only
* inside a console command routine. */
CC_CHARGER,
+ CC_CHIPSET,
+ CC_DMA,
+ CC_GPIO,
CC_HOSTCMD,
+ CC_I2C,
CC_I8042,
CC_KEYBOARD,
CC_KEYSCAN,
@@ -35,7 +39,7 @@ enum console_channel {
CC_SYSTEM,
CC_TASK,
CC_USBCHARGE,
- CC_X86POWER,
+ CC_VBOOT,
/* Channel count; not itself a channel */
CC_CHANNEL_COUNT
};