* clean up all but two warnings on artecgroup dbe61
[coreboot.git] / src / southbridge / amd / cs5536 / cs5536.h
index a00709a4a9133c89eec4d809e0362d140e997f96..073bb3ea597755e164901e8287e7fc55902f29f4 100644 (file)
 #define FLASH_IO_128B          0x0000FF80
 #define FLASH_IO_256B          0x0000FF00
 
+#if !defined(ASSEMBLY) && !defined(__ROMCC__)
+#if defined(__PRE_RAM__) 
+void cs5536_setup_onchipuart(int uart);
+void cs5536_disable_internal_uart(void);
+#else
+void chipsetinit(void);
+#endif
+#endif
+
 #endif                         /* _CS5536_H */