summaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-06-01 10:22:43 -0600
committerTom Rini <trini@konsulko.com>2023-07-14 12:54:51 -0400
commitc98cb512521e5e035774c49ab9a855cbb6b13813 (patch)
tree0fa958eb10919e74fa99919e23cc9e3121b33c15 /include/log.h
parenta8f2ac2ae6f15b675a55bcf3a20181f3bb223562 (diff)
bootstd: Add a separate log category for expo
This feature is different enough from bootstd that it probably deserves its own log category. It cannot use a uclass since it is not a device. Add a new category. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 3bab40b6171..6e84f080ef3 100644
--- a/include/log.h
+++ b/include/log.h
@@ -102,6 +102,8 @@ enum log_category_t {
LOGC_EVENT,
/** @LOGC_FS: Related to filesystems */
LOGC_FS,
+ /** @LOGC_EXPO: Related to expo handling */
+ LOGC_EXPO,
/** @LOGC_COUNT: Number of log categories */
LOGC_COUNT,
/** @LOGC_END: Sentinel value for lists of log categories */