Пример #1
0
void __iomem *  
__arm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
{
  return __ucore_ioremap(phys_addr, size, mtype);
}
Пример #2
0
DDE_WEAK void __iomem *__arm_ioremap(unsigned long phys_addr, size_t size,
			    unsigned int mtype)
{
	printk(KERN_INFO "ioremap %08x %08x \n", phys_addr, size);
	return __ucore_ioremap(phys_addr, size, mtype);
}