]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dtt.h
Add console command to access io space registers
[karo-tx-uboot.git] / include / dtt.h
index 399b64abac133c978af74909d4b09d35be28964d..6d5534de416815cf5f8884c0155518bbd4904d49 100644 (file)
@@ -52,7 +52,8 @@
 #endif
 #endif /* CONFIG_DTT_ADM1021 */
 
-extern int dtt_init (void);
+extern void dtt_init(void);
+extern int dtt_init_one(int);
 extern int dtt_read(int sensor, int reg);
 extern int dtt_write(int sensor, int reg, int val);
 extern int dtt_get_temp(int sensor);