j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
On 11/24/08, svn@openbios.org svn@openbios.org wrote:
Author: stepan Date: 2008-11-24 13:19:05 +0100 (Mon, 24 Nov 2008) New Revision: 254
--- openbios-devel/kernel/forth.c 2008-11-24 12:16:22 UTC (rev 253) +++ openbios-devel/kernel/forth.c 2008-11-24 12:19:05 UTC (rev 254) @@ -6,6 +6,7 @@
- the copyright and warranty status of this work.
*/
+extern uint32_t isa_io_base;
Why is this needed? AFAICT forth.c is included by primitives.c, which includes kernel.h, which includes asm/io.h containing the same definition.