]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/exports.h
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / include / exports.h
index 9588bc94e43cdf3d3989ee1369fb12cb6b0fbfc6..1d79a3162c07cbbddb65a015dfccfbf57aae326e 100644 (file)
@@ -35,7 +35,7 @@ int i2c_read (uchar, uint, int , uchar* , int);
 #endif
 #include <spi.h>
 
-void app_startup(char **);
+void app_startup(char * const *);
 
 #endif    /* ifndef __ASSEMBLY__ */