Add missing declaration of of mem in the rewritten sizeram function

This commit is contained in:
Eric W. Biederman 2002-07-03 04:15:39 +00:00
commit 4ff6801f49

View file

@ -6,6 +6,7 @@
struct mem_range *sizeram(void)
{
static struct mem_range mem[3];
unsigned long size;
unsigned short word;