Просмотр исходного кода

ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 16 лет назад
Родитель
Сommit
3f9ae1a5d4
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      board/w7o/post2.c

+ 6 - 0
board/w7o/post2.c

@@ -29,6 +29,12 @@
 #include "errors.h"
 #include "dtt.h"
 
+/* for LM75 DTT POST test */
+#define DTT_READ_TEMP		0x0
+#define DTT_CONFIG		0x1
+#define DTT_TEMP_HYST		0x2
+#define DTT_TEMP_SET		0x3
+
 #if defined(CONFIG_RTC_M48T35A)
 void rtctest(void)
 {