From 90afded462fd5aa01c114f5e40c34bb5b23deba7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Sep 2024 16:26:18 -0600 Subject: log: Add a new log category for the console Add a new category which covers the console, including the stdio drivers. Signed-off-by: Simon Glass --- include/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/log.h b/include/log.h index fc0d5984472..2b86c7da3d4 100644 --- a/include/log.h +++ b/include/log.h @@ -104,6 +104,8 @@ enum log_category_t { LOGC_FS, /** @LOGC_EXPO: Related to expo handling */ LOGC_EXPO, + /** @LOGC_CONSOLE: Related to the console and stdio */ + LOGC_CONSOLE, /** @LOGC_COUNT: Number of log categories */ LOGC_COUNT, /** @LOGC_END: Sentinel value for lists of log categories */ -- cgit v1.2.3