Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / tmp123.h
index cb7b377c09948ab583d11fa484bdfe08ef93e8db..015076bd77956844ec65add70a7d7f17e0e92f75 100644 (file)
 
 #include <cpu/types.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
-typedef int16_t deci_celsius_t;
+#include <drv/ntc.h> // Macro and data type to manage celsius degree
 
-deci_celsius_t tmp123_read(KFile *fd);
+deg_t tmp123_read(KFile *fd);
 
 void tmp123_init(void);