x86: spl: Drop unwanted debug()
[platform/kernel/u-boot.git] / include / log.h
index 8a7b961..6e84f08 100644 (file)
@@ -100,6 +100,10 @@ enum log_category_t {
        LOGC_BOOT,
        /** @LOGC_EVENT: Related to event and event handling */
        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 */