linux_mdesc
struct linux_mdesc *p;
static struct linux_mdesc * __init ArcGetMemoryDescriptor(struct linux_mdesc *Current)
return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current);
extern struct linux_mdesc *prom_getmdesc(struct linux_mdesc *curr);
#define PROM_NULL_MDESC ((struct linux_mdesc *) 0)