<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 5/8/10 10:59 PM, Patrick Georgi wrote:
<blockquote cite="mid:4BE5D0BE.7070006@georgi-clan.de" type="cite">
  <pre wrap="">Index: src/include/lib.h
===================================================================
--- src/include/lib.h   (Revision 5532)
+++ src/include/lib.h   (Arbeitskopie)
@@ -49,5 +49,7 @@
 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx);
 #endif
 
+#else /* __ROMCC__ */
+#include "pc80/serial.c"
 #endif /* __ROMCC__ */
 #endif /* __LIB_H__ */
  </pre>
</blockquote>
<font size="-1"><font face="Helvetica, Arial, sans-serif">It looks like
only console/console.h is actually using these functions, so I think it
should rather be included in console/console.h than in lib.h?<br>
<br>
Stefan<br>
</font></font>
</body>
</html>