X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdtt.h;h=6d5534de416815cf5f8884c0155518bbd4904d49;hb=ef5a5b004997a0759d6f5f3206a419f90d5ffac5;hp=9e6c08c5c8422e47838ddbb50679b128e3438a4f;hpb=780f13a9e1a21098c6255aaa1c46ed80aa7a436c;p=u-boot diff --git a/include/dtt.h b/include/dtt.h index 9e6c08c5c8..6d5534de41 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -52,6 +52,7 @@ #endif #endif /* CONFIG_DTT_ADM1021 */ +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);