imx: mx6ul_14x14_evk: configure for 24bpp display
[oweals/u-boot.git] / include / log.h
index c6f2f023b1fafbfa818f4eeb81e5d205b043e05b..62fb8afbd0e28c68105d16cb44e56287abc2f2f3 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef __LOG_H
 #define __LOG_H
 
+#include <command.h>
 #include <dm/uclass-id.h>
 #include <linux/list.h>
 
@@ -49,6 +50,7 @@ enum log_category_t {
        LOGC_ALLOC,     /* Memory allocation */
        LOGC_SANDBOX,   /* Related to the sandbox board */
        LOGC_BLOBLIST,  /* Bloblist */
+       LOGC_DEVRES,    /* Device resources (devres_... functions) */
 
        LOGC_COUNT,     /* Number of log categories */
        LOGC_END,       /* Sentinel value for a list of log categories */