]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/image.h
drivers/net/e1000.c: fix compile warning under 64bit mode
[karo-tx-uboot.git] / include / image.h
index af30d601585e3bf0124b590a41a3cf863e494a31..d8618962fb2a23ce69435201ed154f0f8a8bbda8 100644 (file)
@@ -152,6 +152,7 @@ struct lmb;
 #define IH_OS_INTEGRITY                21      /* INTEGRITY    */
 #define IH_OS_OSE              22      /* OSE          */
 #define IH_OS_PLAN9            23      /* Plan 9       */
+#define IH_OS_OPENRTOS         24      /* OpenRTOS     */
 
 /*
  * CPU Architecture Codes (supported by Linux)
@@ -750,6 +751,7 @@ int fit_parse_conf(const char *spec, ulong addr_curr,
 int fit_parse_subimage(const char *spec, ulong addr_curr,
                ulong *addr, const char **image_name);
 
+int fit_get_subimage_count(const void *fit, int images_noffset);
 void fit_print_contents(const void *fit);
 void fit_image_print(const void *fit, int noffset, const char *p);