]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/image.h
image: Create a table of information for each category
[people/ms/u-boot.git] / include / image.h
index 7646daec5c833ff94cd987dfb87a5b403f563ab7..5879ebcd7a567d483a2b7c7c92327553b0ce4c1d 100644 (file)
@@ -123,6 +123,15 @@ struct lmb;
 # define IMAGE_OF_SYSTEM_SETUP 0
 #endif
 
+enum ih_category {
+       IH_ARCH,
+       IH_COMP,
+       IH_OS,
+       IH_TYPE,
+
+       IH_COUNT,
+};
+
 /*
  * Operating System Codes
  */