]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/exports.h
export SPI functions to standalone apps
[karo-tx-uboot.git] / include / exports.h
index 0620e9eb896e65e588263fe933c99827d78f432e..16ea03a6bd44834cac46a5504eb0a94c63257e95 100644 (file)
@@ -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 <spi.h>
 
 void app_startup(char **);
 
@@ -46,7 +47,7 @@ enum {
        XF_MAX
 };
 
-#define XF_VERSION     4
+#define XF_VERSION     5
 
 #if defined(CONFIG_I386)
 extern gd_t *global_data;