X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fexports.h;h=2e8fd8b8b41331dcee601ae07e95231201b1ab14;hb=9c44ddccb6602f620fc037974f3e4468ad8a7c0c;hp=0620e9eb896e65e588263fe933c99827d78f432e;hpb=49a4c7476f5f7c67dc8159537d9fbcdcfa91afb8;p=oweals%2Fu-boot.git diff --git a/include/exports.h b/include/exports.h index 0620e9eb89..2e8fd8b8b4 100644 --- a/include/exports.h +++ b/include/exports.h @@ -33,6 +33,7 @@ void forceenv (char *varname, char *varvalue); int i2c_write (uchar, uint, int , uchar* , int); int i2c_read (uchar, uint, int , uchar* , int); #endif +#include void app_startup(char **); @@ -46,7 +47,7 @@ enum { XF_MAX }; -#define XF_VERSION 4 +#define XF_VERSION 6 #if defined(CONFIG_I386) extern gd_t *global_data;